diff options
| author | fangshunjian <[email protected]> | 2024-06-21 11:00:58 +0800 |
|---|---|---|
| committer | fangshunjian <[email protected]> | 2024-06-21 11:00:58 +0800 |
| commit | 0f9fff2f41d16a32c3c95606ca192ad2c33b810e (patch) | |
| tree | 3fb53ec3cd9103d2bde87b53a2bc25fc6dacd207 /src/test/java/net/geedge/asw | |
Diffstat (limited to 'src/test/java/net/geedge/asw')
| -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() { + } + +} |
