Skip to content

Commit 970f390

Browse files
author
Ikko Eltociear Ashimine
authored
test: fix typo in pickfirst_test.go (#7332)
1 parent c04b085 commit 970f390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pickfirst_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func (s) TestPickFirst_NewAddressWhileBlocking(t *testing.T) {
304304
// pick_first LB policy is constantly trying to reconnect to the backend.
305305
func (s) TestPickFirst_StickyTransientFailure(t *testing.T) {
306306
// Spin up a local server which closes the connection as soon as it receives
307-
// one. It also sends a signal on a channel whenver it received a connection.
307+
// one. It also sends a signal on a channel whenever it received a connection.
308308
lis, err := testutils.LocalTCPListener()
309309
if err != nil {
310310
t.Fatalf("Failed to create listener: %v", err)

0 commit comments

Comments
 (0)