Procházet zdrojové kódy

fix: compile error

master
Daniel Qian před 10 roky
rodič
revize
f7b5b52808
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      weixin-java-cp/src/test/java/me/chanjar/weixin/cp/api/WxCpTagAPITest.java

+ 1
- 1
weixin-java-cp/src/test/java/me/chanjar/weixin/cp/api/WxCpTagAPITest.java Zobrazit soubor

@@ -42,7 +42,7 @@ public class WxCpTagAPITest {
public void testTagAddUsers() throws Exception {
List<String> userIds = new ArrayList<String>();
userIds.add(((ApiTestModule.WxXmlCpInMemoryConfigStorage)configStorage).getUserId());
wxService.tagAddUsers(tagId, userIds);
wxService.tagAddUsers(tagId, userIds, null);
}

@Test(dependsOnMethods = "testTagAddUsers")


Načítá se…
Zrušit
Uložit