Proof read core integration instruction set
This commit is contained in:
parent
792ef012e1
commit
bdc34c1de5
2 changed files with 6 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue