From 97ebb4bf2d40726e177a104fe74d95bc69d53b3f Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Tue, 12 Dec 2023 18:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20QyWeChatAppInfoMapperTest.?= =?UTF-8?q?java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/com/kimgo/wepush/QyWeChatAppInfoMapperTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/com/kimgo/wepush/QyWeChatAppInfoMapperTest.java b/src/test/java/com/kimgo/wepush/QyWeChatAppInfoMapperTest.java index 184fef0..50e510c 100644 --- a/src/test/java/com/kimgo/wepush/QyWeChatAppInfoMapperTest.java +++ b/src/test/java/com/kimgo/wepush/QyWeChatAppInfoMapperTest.java @@ -48,6 +48,5 @@ public class QyWeChatAppInfoMapperTest { QyWeChatAppInfo qyWeChatAppInfo = qyWeChatAppInfoMapper.selectById(1); PhoneNumberValidation phoneNumberValidation = new PhoneNumberValidation(); phoneNumberValidation.isValidPhoneNumber(qyWeChatAppInfo.getPhoneNumber()); - } }