Skip to content

Commit

Permalink
[fix] #94 Common 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjenny committed Jun 7, 2024
1 parent 8f1df0b commit f774807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void updateProfileExtraInfoTest() {

// When
ProfileDto profileDto = new ProfileDto(keywordList, gender.getContent(), ageRange.getContent(), relation.getContent());
Profile updatedProfile = profileService.updateProfileInfo(roomId, userId, profileDto);
profileService.updateProfileInfo(roomId, userId, profileDto);

// Then (method의 호출 검증을 통해 확인)
verify(profileUpdater).updateProfileInfo(profile, keyword, gender, ageRange, relation);
Expand Down

0 comments on commit f774807

Please sign in to comment.