Skip to content

Commit

Permalink
grpclb: fix typo (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Jun 8, 2023
1 parent 907bdaa commit 89790ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer/grpclb/grpclb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ func (s) TestGRPCLB_FallBackWithNoServerAddress(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout)
defer cancel()
if err := resolveNowCh.SendContext(ctx, nil); err != nil {
t.Error("timeout when attemping to send on resolverNowCh")
t.Error("timeout when attempting to send on resolverNowCh")
}
}

Expand Down

0 comments on commit 89790ea

Please sign in to comment.