In any event, looks like the issues I was having a...
# ktor
r
In any event, looks like the issues I was having a while back with
ktor-client-mock
and
runBlocking
in unit tests are now fixed with ktor 1.1.1 and coroutines 1.1.0. Thanks Kotlin team! So here’s finally my demo project which make live calls in the production app but has unit tests using the mock client: https://github.com/russhwolf/ktor-demo
🎉 2