value
2024-04-30 ec6c3bc0b778178b2518302ffc9099ac8f6cc8a2
system-run/src/test/java/com/yuanchu/mom/SystemRunApplicationTest.java
@@ -1,14 +1,13 @@
package com.yuanchu.mom;
import com.yuanchu.mom.utils.MyUtil;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SystemRunApplicationTest {
    @Test
    void contextLoads() {
    @Test
    void  contextLoads() {
    }
}