Add menu order settings (#1924)

This commit is contained in:
Rafał Borcz 2023-01-14 17:06:47 +01:00 committed by GitHub
parent 6df3f22c7d
commit 32d6b4a7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 918 additions and 216 deletions

View file

@ -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,