We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907bdaa commit 89790eaCopy full SHA for 89790ea
balancer/grpclb/grpclb_test.go
@@ -973,7 +973,7 @@ func (s) TestGRPCLB_FallBackWithNoServerAddress(t *testing.T) {
973
ctx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout)
974
defer cancel()
975
if err := resolveNowCh.SendContext(ctx, nil); err != nil {
976
- t.Error("timeout when attemping to send on resolverNowCh")
+ t.Error("timeout when attempting to send on resolverNowCh")
977
}
978
979
0 commit comments