it looks like it doesnt matter what I use as my te...
# mockk
h
it looks like it doesnt matter what I use as my tests passed on either of them. But I would like to know if I'm verifying the coroutine properly
o
CoVerify is needed when you verify suspend function, if you are not calling suspend, just use verify
h
Ah, okay. Thanks
Then I should just use
every
instead of
coEvery
as well for my
async
function? @oleksiyp
o
Yes
metal 1