Skip to content

Commit 1886df7

Browse files
committed
Test commit
1 parent f33b7fd commit 1886df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/kotlin/com/reactive_weather_api/aggregator/GetWeatherReportV1APITest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GetWeatherReportV1APITest(
1818
@Autowired private val webTestClient: WebTestClient
1919
) {
2020

21-
private val location = "New York"
21+
private val location = "New Yrk"
2222

2323
@Test
2424
fun `should return weather report for a city requested by user`() {

0 commit comments

Comments
 (0)