Skip to content

Commit 0ee7d48

Browse files
committed
Fix test log statement
1 parent 58e2ff7 commit 0ee7d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balancer/pickfirstleaf/pickfirstleaf_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func (s) TestPickFirstLeaf_TFPickerUpdate(t *testing.T) {
230230
sc1.UpdateState(balancer.SubConnState{ConnectivityState: connectivity.TransientFailure, ConnectionError: tfErr})
231231

232232
if err := cc.WaitForPickerWithErr(ctx, balancer.ErrNoSubConnAvailable); err != nil {
233-
t.Fatalf("cc.WaitForPickerWithErr(%v) returned error: %v", tfErr, err)
233+
t.Fatalf("cc.WaitForPickerWithErr(%v) returned error: %v", balancer.ErrNoSubConnAvailable, err)
234234
}
235235

236236
sc2 := <-cc.NewSubConnCh

0 commit comments

Comments
 (0)