Browse Source

去掉有问题的依赖

master
Binary Wang 8 years ago
parent
commit
fe9ed76f6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpCustomMessageAPITest.java

+ 1
- 1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpCustomMessageAPITest.java View File

@@ -12,7 +12,7 @@ import org.testng.annotations.Test;
* @author chanjarster * @author chanjarster
* *
*/ */
@Test(groups="customMessageAPI", dependsOnGroups = "baseAPI")
@Test(groups="customMessageAPI")
@Guice(modules = ApiTestModule.class) @Guice(modules = ApiTestModule.class)
public class WxMpCustomMessageAPITest { public class WxMpCustomMessageAPITest {




Loading…
Cancel
Save