[fenix] Remove mocked lambdas from AccountSettingsInteractorTest

pull/600/head
Christian Sadilek 3 years ago committed by mergify[bot]
parent e9b1f3fb81
commit 193016b662

@ -25,7 +25,7 @@ class AccountSettingsInteractorTest {
val interactor = AccountSettingsInteractor( val interactor = AccountSettingsInteractor(
mockk(), mockk(),
{ ranSyncNow = true }, { ranSyncNow = true },
mockk(), { false },
mockk() mockk()
) )
@ -42,7 +42,7 @@ class AccountSettingsInteractorTest {
val interactor = AccountSettingsInteractor( val interactor = AccountSettingsInteractor(
mockk(), mockk(),
mockk(), { },
{ true }, { true },
store store
) )
@ -61,7 +61,7 @@ class AccountSettingsInteractorTest {
val interactor = AccountSettingsInteractor( val interactor = AccountSettingsInteractor(
mockk(), mockk(),
mockk(), { },
{ false }, { false },
store store
) )
@ -79,8 +79,8 @@ class AccountSettingsInteractorTest {
val interactor = AccountSettingsInteractor( val interactor = AccountSettingsInteractor(
navController, navController,
mockk(), { },
mockk(), { false },
mockk() mockk()
) )

Loading…
Cancel
Save