value
2024-06-13 00310b8b5bf002f0135ba0b60715b17e5a3da31f
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 {
    }
}