bug
jiangqs
2023-09-07 64251287f735a6a26bc585a8ca593c3936113137
ruoyi-modules/ruoyi-system/src/test/java/com/ruoyi/system/systemTest.java
@@ -2,7 +2,6 @@
import com.ruoyi.system.service.staff.SysWxCpService;
import me.chanjar.weixin.cp.api.WxCpService;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@@ -23,11 +22,4 @@
    @Resource
    private SysWxCpService sysWxCpService;
    @Resource
    private WxCpService wxCpService;
    /*@Test
    public void main() throws WxErrorException {
    }*/
}