kosi-libs/MocKMP

Suspension functions can be called only within coroutine body

Closed this issue · 1 comments

Could execute every and verify on coroutine suspend methods

every { userRemoteDataSource.authenticate(isAny(),isAny()) } returns Result.success(UserRemoteDto("",200)) usrRepo.authenticate("###","###") verify { userRemoteDataSource.authenticate(isAny(),isAny()) }