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