Skip to content

Commit

Permalink
change verify times
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Lou <[email protected]>
  • Loading branch information
mloufra committed Dec 29, 2022
1 parent b570ecc commit 1c0bc30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public void testRegisterHandler() throws Exception {
settings,
client
);
verify(mockTransportService, times(8)).registerRequestHandler(anyString(), anyString(), anyBoolean(), anyBoolean(), any(), any());
verify(mockTransportService, times(9)).registerRequestHandler(anyString(), anyString(), anyBoolean(), anyBoolean(), any(), any());

}

Expand Down

0 comments on commit 1c0bc30

Please sign in to comment.