Rename FatwebApiApplicationTests to FatWebApiApplicationTests

This commit is contained in:
2023-09-28 10:59:48 +08:00
parent ef3810c55f
commit c57064d0f8

View File

@@ -0,0 +1,13 @@
package top.fatweb.api
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class FatWebApiApplicationTests {
@Test
fun contextLoads() {
}
}