Skip to content

Commit f7b5b52

Browse files
committed
fix: compile error
1 parent ab916dd commit f7b5b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-cp/src/test/java/me/chanjar/weixin/cp/api/WxCpTagAPITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void testTagGet() throws Exception {
4242
public void testTagAddUsers() throws Exception {
4343
List<String> userIds = new ArrayList<String>();
4444
userIds.add(((ApiTestModule.WxXmlCpInMemoryConfigStorage)configStorage).getUserId());
45-
wxService.tagAddUsers(tagId, userIds);
45+
wxService.tagAddUsers(tagId, userIds, null);
4646
}
4747

4848
@Test(dependsOnMethods = "testTagAddUsers")

0 commit comments

Comments
 (0)