Skip to content

Commit 2c44b1c

Browse files
committed
Fix(#31): fix typo
1 parent 8ea3ada commit 2c44b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/openweather-client/src/test/java/com/wypl/openweatherclient/OpenWeatherClientTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void status2xxTest() {
4949
.doesNotThrowAnyException();
5050
}
5151

52-
@DisplayName("알수 없는 오류로 인한 OpenWeatherException 발생 여부 검증")
52+
@DisplayName("알 수 없는 오류로 인한 OpenWeatherException 발생 여부 검증")
5353
@Test
5454
void statusErrorTest() {
5555
/* Given */

0 commit comments

Comments
 (0)