mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
Test: Fix test name (#33510)
This test has the wrong name and hasn't been automatically running. This fixes the name so we'll run it.
This commit is contained in:
parent
d6b40f4c7b
commit
0685c951f2
@ -37,7 +37,7 @@ import java.util.Map;
|
||||
/**
|
||||
* Tests that wait for refresh is fired if the index is closed.
|
||||
*/
|
||||
public class WaitForRefreshAndCloseTests extends ESRestTestCase {
|
||||
public class WaitForRefreshAndCloseIT extends ESRestTestCase {
|
||||
@Before
|
||||
public void setupIndex() throws IOException {
|
||||
try {
|
Loading…
x
Reference in New Issue
Block a user