Can’t run Retrofit with MockWebServer using TestScope Jetpack Compose
when i try to call frankfurterApi.convert
with test scope, the test instantly gets terminated(println("here2")
doesn’t get called), but with runBlocking
everything works good, just like with viewModelScope
in production