Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloe Yip authored and Chloe Yip committed Jun 17, 2024
1 parent 544ffaa commit 8ac8b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ public void randomKey_with_route() {
when(commandManager.<String>submitNewCommand(
eq(RandomKey), eq(new String[0]), eq(route), any()))
.thenReturn(testResponse);
CompletableFuture<String> response = service.randomKey();
CompletableFuture<String> response = service.randomKey(route);

// verify
assertEquals(testResponse, response);
Expand Down

0 comments on commit 8ac8b21

Please sign in to comment.