diff --git a/persistence-modules/elasticsearch/jest/src/test/java/com/baeldung/jest/JestDemoApplicationTests.java b/persistence-modules/elasticsearch/jest/src/test/java/com/baeldung/jest/JestDemoApplicationTests.java deleted file mode 100644 index 33fb2f49e8..0000000000 --- a/persistence-modules/elasticsearch/jest/src/test/java/com/baeldung/jest/JestDemoApplicationTests.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.baeldung.jest; - -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; - -@RunWith(SpringRunner.class) -@SpringBootTest -public class JestDemoApplicationTests { - - @Test - public void contextLoads() { - } - -}