grpclb: fix typo (#6356)

This commit is contained in:
Ikko Eltociear Ashimine 2023-06-08 13:02:21 +09:00 committed by GitHub
parent 907bdaa1eb
commit 89790ea90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
}