Skip to content

Commit

Permalink
Merge pull request #29 from Guzzing/academies
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
byeolhaha authored Nov 5, 2023
2 parents 0597ff6 + 345033e commit a0eec9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void makeLesson_minusCapacity_throwException() {
}

@Test
@DisplayName("강의료가 음수인 경우 예외를 던진다.")
@DisplayName("강의료가 음수인 경우 예외를 던진다. ")
void makeLesson_minusTotalFee_throwException() {
//Then
assertThatThrownBy(
Expand Down

0 comments on commit a0eec9a

Please sign in to comment.