test: make sure that tests are actually ran
Original commit: elastic/x-pack-elasticsearch@b1a4015779
This commit is contained in:
parent
20481083e3
commit
dc6672693b
|
@ -35,7 +35,7 @@ import java.util.Map;
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
import static org.hamcrest.Matchers.notNullValue;
|
import static org.hamcrest.Matchers.notNullValue;
|
||||||
|
|
||||||
public class WatcherTemplateTests extends ESTestCase {
|
public class WatcherTemplateIT extends ESTestCase {
|
||||||
|
|
||||||
private TextTemplateEngine engine;
|
private TextTemplateEngine engine;
|
||||||
|
|
Loading…
Reference in New Issue