forked from Fascinated/Bat
first commit
This commit is contained in:
13
src/test/java/cc/fascinated/bat/BatApplicationTests.java
Normal file
13
src/test/java/cc/fascinated/bat/BatApplicationTests.java
Normal file
@ -0,0 +1,13 @@
|
||||
package cc.fascinated.bat;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class BatApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user