Skip to content

Commit

Permalink
[fix] #94 테스트코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjenny committed Jun 7, 2024
1 parent f774807 commit 2ddb4ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,5 @@ public void updateProfileExtraInfoTest() {

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

0 comments on commit 2ddb4ad

Please sign in to comment.