Skip to content

Commit

Permalink
Remove unnecessary verify
Browse files Browse the repository at this point in the history
  • Loading branch information
temawi committed Apr 26, 2024
1 parent 70e1b30 commit 32847ae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,8 +1148,6 @@ public void metrics() {
Subchannel readySubchannel3 = it.next();
getSubchannelStateListener(readySubchannel3).onSubchannelState(ConnectivityStateInfo
.forNonError(ConnectivityState.READY));
verify(helper, times(3)).updateBalancingState(
eq(ConnectivityState.READY), pickerCaptor.capture());

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

0 comments on commit 32847ae

Please sign in to comment.