Skip to content

Commit

Permalink
[CHORE] 행사 출석 점수 반환 단위 테스트명 명시적으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed Apr 10, 2024
1 parent 9ecbe65 commit 7b90765
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void setUp() {
}

@Nested
@DisplayName("세미나 출석 관련 테스트")
@DisplayName("[세미나 출석 점수 반환 테스트]")
public class SeminarTest {
@Test
@DisplayName("세미나에 출석을 했으면 0f를 반환한다.")
Expand Down Expand Up @@ -77,7 +77,7 @@ public void getScoreTest3() {
}

@Nested
@DisplayName("행사 출석 관련 테스트")
@DisplayName("[행사 출석 점수 반환 테스트]")
public class EventTest {
@Test
@DisplayName("행사에 출석을 했으면 0.5f를 반환한다.")
Expand Down

0 comments on commit 7b90765

Please sign in to comment.