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:
Nik Everett 2018-09-07 16:22:07 -04:00 committed by GitHub
parent d6b40f4c7b
commit 0685c951f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {