瀏覽代碼

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

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;

Loading…
取消
儲存