Skip to content

Commit

Permalink
message changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hanut19 committed Dec 3, 2024
1 parent 2e79484 commit bef686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer/pickfirst/pickfirst_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func (s) TestPickFirst_StickyTransientFailure(t *testing.T) {
}
cc, err := grpc.NewClient(lis.Addr().String(), dopts...)
if err != nil {
t.Fatalf("Failed to create new client server at %q: %v", lis.Addr(), err)
t.Fatalf("Failed to create new client: %v", err)
}
t.Cleanup(func() { cc.Close() })
cc.Connect()
Expand Down

0 comments on commit bef686e

Please sign in to comment.