Skip to content

Commit f366bfa

Browse files
committed
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.
1 parent 551f257 commit f366bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* Tests that wait for refresh is fired if the index is closed.
3939
*/
40-
public class WaitForRefreshAndCloseTests extends ESRestTestCase {
40+
public class WaitForRefreshAndCloseIT extends ESRestTestCase {
4141
@Before
4242
public void setupIndex() throws IOException {
4343
try {

0 commit comments

Comments
 (0)