Hi. I am having an issue with declareMock. I canno...
# koin
k
Hi. I am having an issue with declareMock. I cannot reset the mocks on my service class so the same expectation is applied on two separate tests. My test class is using kotlintest and implements
KoinTest
. I stop and start koin on each test. How do i reset interactions on a mocked component?