test: make sure that tests are actually ran

Original commit: elastic/x-pack-elasticsearch@b1a4015779
This commit is contained in:
Martijn van Groningen 2016-07-27 15:40:21 +02:00
parent 20481083e3
commit dc6672693b
1 changed files with 1 additions and 1 deletions

View File

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