Skip to content

Commit 5f71071

Browse files
committed
change testcase
1 parent 39dd4bd commit 5f71071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/java/cn/leancloud/AVUserFollowshipTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ public void onNext(AVUser avUser) {
382382
@Override
383383
public void done(Map avObjects, AVException avException) {
384384
operationSucceed = (null != avObjects);
385-
System.out.println(JSON.toJSONString(avObjects));
385+
System.out.println(JSON.toJSONString(avObjects.get("follower")));
386+
System.out.println(JSON.toJSONString(avObjects.get("followee")));
386387
if (null != avException) {
387388
avException.printStackTrace();
388389
}

0 commit comments

Comments
 (0)