Skip to content

Commit

Permalink
refactor: 출석 검증 테스트 코드 메소드명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seulgi99 committed Sep 3, 2024
1 parent 60fd5b9 commit 59854e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class 스터디_출석체크시 {
}

@Test
void 출석을_이미_진행했으면_실패한다() {
void 이미_출석했다면_실패한다() {
// given
Member mentor = fixtureHelper.createAssociateMember(1L);

Expand Down

0 comments on commit 59854e7

Please sign in to comment.