Skip to content

Commit

Permalink
fix: 응원하기 도메인 테스트 코드
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jan 8, 2024
1 parent 25be702 commit c360c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void setUp() {
}

@Test
void 좋아요_반응_테스트() {
void 별_이모지_반응_테스트() {
// given
Reaction reaction = Reaction.createReaction(ReactionType.STAR, member, missionRecord);

Expand Down

0 comments on commit c360c73

Please sign in to comment.