forked from github/wulkanowy-mirror
Add menu order settings (#1924)
This commit is contained in:
parent
6df3f22c7d
commit
32d6b4a7a6
48 changed files with 918 additions and 216 deletions
|
@ -46,7 +46,7 @@ class MainPresenterTest {
|
|||
MockKAnnotations.init(this)
|
||||
clearMocks(mainView)
|
||||
|
||||
every { mainView.initView(any(), any()) } just Runs
|
||||
every { mainView.initView(any(), any(), any()) } just Runs
|
||||
presenter = MainPresenter(
|
||||
errorHandler = errorHandler,
|
||||
studentRepository = studentRepository,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue