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 58e2ff7 commit 0ee7d48Copy full SHA for 0ee7d48
balancer/pickfirstleaf/pickfirstleaf_test.go
@@ -230,7 +230,7 @@ func (s) TestPickFirstLeaf_TFPickerUpdate(t *testing.T) {
230
sc1.UpdateState(balancer.SubConnState{ConnectivityState: connectivity.TransientFailure, ConnectionError: tfErr})
231
232
if err := cc.WaitForPickerWithErr(ctx, balancer.ErrNoSubConnAvailable); err != nil {
233
- t.Fatalf("cc.WaitForPickerWithErr(%v) returned error: %v", tfErr, err)
+ t.Fatalf("cc.WaitForPickerWithErr(%v) returned error: %v", balancer.ErrNoSubConnAvailable, err)
234
}
235
236
sc2 := <-cc.NewSubConnCh
0 commit comments