晏有为
2024-05-23 10de56ca16261e6a4eec49dfd32f0a6b232f7baf
system-run/src/test/java/com/yuanchu/mom/SystemRunApplicationTest.java
@@ -3,11 +3,12 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SystemRunApplicationTest {
    @Test
    void  contextLoads() {
    void  contextLoads() throws Exception {
    }
}