mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-06 16:58:24 +08:00
💩 调整单元测试
This commit is contained in:
parent
56cdd20600
commit
7167a74af2
@ -16,7 +16,7 @@ public class AuthUserTest {
|
|||||||
.nickname("test")
|
.nickname("test")
|
||||||
.build();
|
.build();
|
||||||
String json = JSON.toJSONString(user);
|
String json = JSON.toJSONString(user);
|
||||||
Assert.assertEquals(json, "{\"nickname\":\"test\"}");
|
Assert.assertEquals(json, "{\"nickname\":\"test\",\"snapshotUser\":false}");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user