浏览代码

更新规范单元测试类的命名

master
BinaryWang 8 年前
父节点
当前提交
754e09ea02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuServiceImplTest.java

weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuImplTest.java → weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuServiceImplTest.java 查看文件

@@ -28,7 +28,7 @@ import me.chanjar.weixin.mp.bean.kefu.result.WxMpKfSessionWaitCaseList;
*/
@Test
@Guice(modules = ApiTestModule.class)
public class WxMpKefuImplTest {
public class WxMpKefuServiceImplTest {

@Inject
protected WxMpServiceImpl wxService;

正在加载...
取消
保存