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