mirror of https://github.com/grpc/grpc-go.git
grpclb: fix typo (#6356)
This commit is contained in:
parent
907bdaa1eb
commit
89790ea90c
|
|
@ -973,7 +973,7 @@ func (s) TestGRPCLB_FallBackWithNoServerAddress(t *testing.T) {
|
||||||
ctx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout)
|
ctx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout)
|
||||||
defer cancel()
|
defer cancel()
|
||||||
if err := resolveNowCh.SendContext(ctx, nil); err != nil {
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue