Skip to content

Commit 754e09e

Browse files
committed
更新规范单元测试类的命名
1 parent 55e0653 commit 754e09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuImplTest.java renamed to weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuServiceImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
@Test
3030
@Guice(modules = ApiTestModule.class)
31-
public class WxMpKefuImplTest {
31+
public class WxMpKefuServiceImplTest {
3232

3333
@Inject
3434
protected WxMpServiceImpl wxService;

0 commit comments

Comments
 (0)