Skip to content

Commit 7fd481d

Browse files
committed
revert
1 parent 2e4d031 commit 7fd481d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-ktor/src/test/java/com/baeldung/testing/CarRouteTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class CarRouteTests {
4040
assertEquals(2, responseBody.size)
4141

4242
val bmwCar = responseBody.find { it.id == "1" }
43-
assertEquals("BMWW", bmwCar?.brand)
43+
assertEquals("BMW", bmwCar?.brand)
4444
assertEquals(10_000.0, bmwCar?.price)
4545

4646
val audiCar = responseBody.find { it.id == "2" }

0 commit comments

Comments
 (0)