clean with findbugs plugin
This commit is contained in:
@@ -34,8 +34,7 @@ weixin4j-qy
|
||||
* UserApi `成员管理API`
|
||||
|
||||
|
||||
如何使用
|
||||
--------
|
||||
[如何使用](https://github.com/foxinmy/weixin4j/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8SDK)
|
||||
|
||||
[更新LOG](./CHANGE.md)
|
||||
----------------------
|
||||
@@ -53,14 +53,14 @@ public class TagTest extends TokenTest {
|
||||
public void addUsers() throws WeixinException {
|
||||
IdParameter result = tagApi
|
||||
.addTagUsers(1, Arrays.asList("jinyu"), null);
|
||||
Assert.assertEquals("ok", result.getUserIds().isEmpty());
|
||||
Assert.assertTrue(result.getUserIds().isEmpty());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deleteUsers() throws WeixinException {
|
||||
IdParameter result = tagApi.deleteTagUsers(1, Arrays.asList("jinyu"),
|
||||
null);
|
||||
Assert.assertEquals("ok", result.getUserIds().isEmpty());
|
||||
Assert.assertTrue(result.getUserIds().isEmpty());
|
||||
System.out.println(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user