diff --git a/server/src/test/java/org/opensearch/action/search/AbstractSearchAsyncActionTests.java b/server/src/test/java/org/opensearch/action/search/AbstractSearchAsyncActionTests.java index 101ca52f065db..62e55381cea22 100644 --- a/server/src/test/java/org/opensearch/action/search/AbstractSearchAsyncActionTests.java +++ b/server/src/test/java/org/opensearch/action/search/AbstractSearchAsyncActionTests.java @@ -638,7 +638,7 @@ public void testExecutePhaseOnShardFailure() throws InterruptedException { innerTestExecutePhaseOnShardFailure(false); } - public void testExecutePhaseOnShardFailureAndThrowException() throws InterruptedException { + public void testExecutePhaseOnShardFailureAndThrowException() throws InterruptedException { innerTestExecutePhaseOnShardFailure(true); }