fix:【SYSTEM】AdminUserServiceImplTest 的 testUpdateUserProfile_success 单测报错

This commit is contained in:
YunaiV 2025-04-26 17:04:20 +08:00
parent cca592a15b
commit 4a9e9961b0
1 changed files with 1 additions and 0 deletions

View File

@ -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());
});
// 调用