Skip to content

Commit

Permalink
change test method name to be something more appropriate to reality
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacAttack committed Feb 5, 2024
1 parent 3c03f23 commit 612d3b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public class RouterBasedHybridStoreQuotaMonitorTest {
private static final String TOPIC_NAME = "fake_Store_v1";

@Test
public void testGetCurrentStatus() throws IOException, ExecutionException, InterruptedException, TimeoutException {
public void testTransportClientReinit()
throws IOException, ExecutionException, InterruptedException, TimeoutException {
TransportClient mockTransportclient = Mockito.mock(TransportClient.class);
TransportClientResponse mockResponse = Mockito.mock(TransportClientResponse.class);
ObjectMapper mockMapper = Mockito.mock(ObjectMapper.class);
Expand Down

0 comments on commit 612d3b0

Please sign in to comment.