Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Kaituo Li <[email protected]>
  • Loading branch information
kaituo committed Apr 8, 2022
1 parent a304e55 commit 666b45f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,6 @@ public void testSelectHigherExceptionInModelNode() throws InterruptedException,
* @throws InterruptedException while waiting for execution gets interruptted
*/
public void testMissingIndex() throws InterruptedException {
// when(indexNameResolver.concreteIndexNames(any(), any(), any(String[].class))).thenReturn(new String[] {});
final CountDownLatch inProgressLatch = new CountDownLatch(1);

doAnswer(invocation -> {
Expand Down

0 comments on commit 666b45f

Please sign in to comment.