fix:【SYSTEM】AdminUserServiceImplTest 的 testUpdateUserProfile_success 单测报错
This commit is contained in:
@@ -212,6 +212,7 @@ public class AdminUserServiceImplTest extends BaseDbUnitTest {
|
|||||||
UserProfileUpdateReqVO reqVO = randomPojo(UserProfileUpdateReqVO.class, o -> {
|
UserProfileUpdateReqVO reqVO = randomPojo(UserProfileUpdateReqVO.class, o -> {
|
||||||
o.setMobile(randomString());
|
o.setMobile(randomString());
|
||||||
o.setSex(RandomUtil.randomEle(SexEnum.values()).getSex());
|
o.setSex(RandomUtil.randomEle(SexEnum.values()).getSex());
|
||||||
|
o.setAvatar(randomURL());
|
||||||
});
|
});
|
||||||
|
|
||||||
// 调用
|
// 调用
|
||||||
|
Reference in New Issue
Block a user