summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/java/com/sentinel/license/LicenseApplicationTests.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/java/com/sentinel/license/LicenseApplicationTests.java b/src/test/java/com/sentinel/license/LicenseApplicationTests.java
deleted file mode 100644
index 8f7f818..0000000
--- a/src/test/java/com/sentinel/license/LicenseApplicationTests.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.sentinel.license;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class LicenseApplicationTests {
-
- @Test
- void contextLoads() {
- }
-
-}