1
0
mirror of synced 2025-12-20 23:58:05 +08:00

移动单元测试到类同名包下

This commit is contained in:
BinaryWang
2016-08-25 17:56:27 +08:00
parent 90b4b5c24f
commit f38f31fb10
6 changed files with 142 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package me.chanjar.weixin.mp.bean.result.kefu;
package me.chanjar.weixin.mp.bean.kefu.result;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.testng.Assert;

View File

@@ -1,4 +1,4 @@
package me.chanjar.weixin.mp.bean.result.kefu;
package me.chanjar.weixin.mp.bean.kefu.result;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.testng.Assert;