Skip to content

Commit

Permalink
Fix(#31): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMSEI1124 committed Oct 14, 2024
1 parent 8ea3ada commit 2c44b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void status2xxTest() {
.doesNotThrowAnyException();
}

@DisplayName("알수 없는 오류로 인한 OpenWeatherException 발생 여부 검증")
@DisplayName("알 수 없는 오류로 인한 OpenWeatherException 발생 여부 검증")
@Test
void statusErrorTest() {
/* Given */
Expand Down

0 comments on commit 2c44b1c

Please sign in to comment.