We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4d031 commit 7fd481dCopy full SHA for 7fd481d
kotlin-ktor/src/test/java/com/baeldung/testing/CarRouteTests.kt
@@ -40,7 +40,7 @@ class CarRouteTests {
40
assertEquals(2, responseBody.size)
41
42
val bmwCar = responseBody.find { it.id == "1" }
43
- assertEquals("BMWW", bmwCar?.brand)
+ assertEquals("BMW", bmwCar?.brand)
44
assertEquals(10_000.0, bmwCar?.price)
45
46
val audiCar = responseBody.find { it.id == "2" }
0 commit comments