is a spy of a real class implementation.
But something is not right, as with a debugger i can see that the coVerify() actually does a call to
sut.doRequestImpl
using a
kotlin.jvm.functions.Function1
-type as argument which throws an exception and making the test to fail.
What am i doing wrong? Im guessing my argument matcher is not the right one but....?