fix: compile error

This commit is contained in:
Daniel Qian 2015-05-14 08:51:50 +08:00
parent ab916ddd71
commit f7b5b52808

View File

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