io.mockk.MockKException: no answer found for: GetPostUseCase(#1).invoke(1, continuation {})
I have the same coEvery
working without issue on PagingDataSource
unit test but got exception while trying to write test against viewModel :
I have the same coEvery
working without issue on PagingDataSource
unit test but got exception while trying to write test against viewModel :