Proof read core integration instruction set

This commit is contained in:
Alex Gabor 2022-01-28 10:40:49 +02:00
parent 792ef012e1
commit bdc34c1de5
2 changed files with 6 additions and 5 deletions

View file

@ -44,7 +44,7 @@ class CodeKataAuthIntegrationTest : KoinTest {
@BeforeEach
fun setup() {
mockSessionExpirationListener = mock() // we are using mock, since it only has 1 function so we just want to verify if it's called
mockSessionExpirationListener = mock() // we are using mock, since it only has 1 function so we just want to verify if its called
fakeFavouriteContentLocalStorage = FakeFavouriteContentLocalStorage()
fakeUserDataLocalStorage = FakeUserDataLocalStorage(null)
startKoin {