Skip to content

Commit 32847ae

Browse files
committed
Remove unnecessary verify
1 parent 70e1b30 commit 32847ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xds/src/test/java/io/grpc/xds/WeightedRoundRobinLoadBalancerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,6 @@ public void metrics() {
11481148
Subchannel readySubchannel3 = it.next();
11491149
getSubchannelStateListener(readySubchannel3).onSubchannelState(ConnectivityStateInfo
11501150
.forNonError(ConnectivityState.READY));
1151-
verify(helper, times(3)).updateBalancingState(
1152-
eq(ConnectivityState.READY), pickerCaptor.capture());
11531151

11541152
// WRR creates a picker that updates the weights for each of the child subchannels. This should
11551153
// give us three "rr_fallback" metric events as we don't yet have any weights to do weighted

0 commit comments

Comments
 (0)