kotest / kotest-assertions-ktor

Kotest assertions for Jetbrain's Ktor
Apache License 2.0
5 stars 5 forks source link

Fix failure message in haveHeader #24

Closed n0900 closed 5 months ago

n0900 commented 7 months ago

Fix failure message in src/commonMain/kotlin/io/kotest/assertions/ktor/client/response.kt haveHeader function to match
src/jvmMain/kotlin/io/kotest/assertions/ktor/testApp.kt haveHeader function.

See also #2

Kantis commented 5 months ago

Thanks, looks good 🙌🏼