diff --git a/src/test/java/com/strong/speedsyncrestful/SpeedSyncRestfulApiApplicationTests.java b/src/test/java/com/strong/speedsyncrestful/SpeedSyncRestfulApiApplicationTests.java deleted file mode 100644 index 61eb367..0000000 --- a/src/test/java/com/strong/speedsyncrestful/SpeedSyncRestfulApiApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.strong.speedsyncrestful; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class SpeedSyncRestfulApiApplicationTests { - - @Test - void contextLoads() { - } - -}