zss
2024-08-12 78557e463f4ce5b36dfe8fab31bf689c5011873e
system-run/src/test/java/com/yuanchu/mom/SystemRunApplicationTest.java
@@ -3,12 +3,11 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SystemRunApplicationTest {
    @Test
    void  contextLoads() throws Exception {
    void  contextLoads() {
    }
}