소스 검색

test打包报错

huangzhiguo 2 년 전
부모
커밋
b787f57337
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/test/java/com/caimei365/user/UserApplicationTests.java

+ 2 - 2
src/test/java/com/caimei365/user/UserApplicationTests.java

@@ -25,8 +25,8 @@ class UserApplicationTests {
     LoginService loginService;
     @Test
     void contextLoads() {
-        List<Integer> listShopId = loginService.getMessageCenterListDay(1);
-        System.out.println("-------->listShopId == "+listShopId.toString()+" <--------------");
+        /*List<Integer> listShopId = loginService.getMessageCenterListDay(1);
+        System.out.println("-------->listShopId == "+listShopId.toString()+" <--------------");*/
 //        boolean b = ValidateUtil.validateEmail("182126@qq.com");
 //        System.out.println(b);
     }