Skip to content

Commit

Permalink
fix some test and fix some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
congbo committed May 7, 2024
1 parent e5a2438 commit c7c905f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void setup(AbstractConfiguration<?> conf) throws Exception {
when(mockZkBuilder.operationRetryPolicy(any(RetryPolicy.class)))
.thenReturn(mockZkBuilder);
when(mockZkBuilder.requestRateLimit(anyDouble())).thenReturn(mockZkBuilder);
when(mockZkBuilder.watchers(any())).thenReturn(mockZkBuilder);
when(mockZkBuilder.statsLogger(any(StatsLogger.class))).thenReturn(mockZkBuilder);

this.mockZkc = mock(ZooKeeperClient.class);
Expand Down

0 comments on commit c7c905f

Please sign in to comment.