summaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/example')
-rw-r--r--src/test/java/com/example/demo/DemoApplicationTests.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/java/com/example/demo/DemoApplicationTests.java b/src/test/java/com/example/demo/DemoApplicationTests.java
deleted file mode 100644
index 2778a6a..0000000
--- a/src/test/java/com/example/demo/DemoApplicationTests.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.example.demo;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class DemoApplicationTests {
-
- @Test
- void contextLoads() {
- }
-
-}