Explorar el Código

去掉有问题的依赖

master
Binary Wang hace 8 años
padre
commit
fe9ed76f6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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



Cargando…
Cancelar
Guardar