forked from github/wulkanowy-mirror
Update project to Android SDK 31 (#1570)
This commit is contained in:
parent
f88d44f0ec
commit
007d62e61d
76 changed files with 316 additions and 384 deletions
|
@ -37,7 +37,7 @@ class SplashPresenterTest {
|
|||
fun testOpenLoginView() {
|
||||
coEvery { studentRepository.isCurrentStudentSet() } returns false
|
||||
|
||||
presenter.onAttachView(splashView, null)
|
||||
presenter.onAttachView(splashView, null, null)
|
||||
verify { splashView.openLoginView() }
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@ class SplashPresenterTest {
|
|||
fun testMainMainView() {
|
||||
coEvery { studentRepository.isCurrentStudentSet() } returns true
|
||||
|
||||
presenter.onAttachView(splashView, null)
|
||||
verify { splashView.openMainView() }
|
||||
presenter.onAttachView(splashView, null, null)
|
||||
verify { splashView.openMainView(null) }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue