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 9b3d77e83608c..7ef2921eb226c 100644 --- a/server/src/test/java/org/opensearch/action/search/AbstractSearchAsyncActionTests.java +++ b/server/src/test/java/org/opensearch/action/search/AbstractSearchAsyncActionTests.java @@ -642,7 +642,7 @@ public void testExecutePhaseOnShardFailure() throws InterruptedException { innerTestExecutePhaseOnShardFailure(false); } - public void testExecutePhaseOnShardFailureAndThrowException() throws InterruptedException { + public void testExecutePhaseOnShardFailureAndThrowException() throws InterruptedException { innerTestExecutePhaseOnShardFailure(true); }