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