ソースを参照

fix: compile error

master
Daniel Qian 10年前
コミット
f7b5b52808
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

@@ -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")


読み込み中…
キャンセル
保存