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.
|
* Tests that wait for refresh is fired if the index is closed.
|
||||||
*/
|
*/
|
||||||
public class WaitForRefreshAndCloseTests extends ESRestTestCase {
|
public class WaitForRefreshAndCloseIT extends ESRestTestCase {
|
||||||
@Before
|
@Before
|
||||||
public void setupIndex() throws IOException {
|
public void setupIndex() throws IOException {
|
||||||
try {
|
try {
|
Loading…
Reference in New Issue