去掉有问题的依赖

This commit is contained in:
Binary Wang 2016-07-19 14:50:49 +08:00
parent 34d4fa523c
commit fe9ed76f6f

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 {