From 8ce6c0355106acb0df67ffd397fb98ef12fd3409 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 5 Jun 2019 14:25:26 +0000 Subject: [PATCH] BAEL-2958: Remove auto generated test classes --- .../baeldung/jest/JestDemoApplicationTests.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 persistence-modules/elasticsearch/jest/src/test/java/com/baeldung/jest/JestDemoApplicationTests.java 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() { - } - -}