summaryrefslogtreecommitdiff
path: root/src/test/java/net/geedge/confagent
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/net/geedge/confagent')
-rw-r--r--src/test/java/net/geedge/confagent/ConfagentApplicationTests.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java b/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java
new file mode 100644
index 0000000..ab3a794
--- /dev/null
+++ b/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java
@@ -0,0 +1,13 @@
+package net.geedge.confagent;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class ConfagentApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}