Issue#16 Fix codeAnalysis errors

This commit is contained in:
Gergely Hegedus 2022-01-24 15:55:59 +02:00
parent d7cb032ea2
commit e827af515d

View file

@ -66,7 +66,8 @@ class MainActivityTest : KoinTest {
disposable = NetworkSynchronization.registerNetworkingSynchronization() disposable = NetworkSynchronization.registerNetworkingSynchronization()
SetupAuthenticationState.setupLogin( SetupAuthenticationState.setupLogin(
mainDispatcherTestRule, mainDispatcherTestRule,
mockServerScenarioSetupTestRule.mockServerScenarioSetup) mockServerScenarioSetupTestRule.mockServerScenarioSetup
)
} }
@After @After