PR#128 Fix typo in Compose Test setup

This commit is contained in:
Gergely Hegedus 2022-09-29 15:01:35 +03:00
parent e3720ff3f6
commit 38d4414dec
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ class AuthComposeInstrumentedTest : KoinTest {
@Test
fun invalidCredentialsGivenShowsProperErrorMessage() {
mockServerScenarioSetup.setScenario(
AuthScenario.InvalidCredentials(password = "alma", username = "banan")
AuthScenario.InvalidCredentials(username = "alma", password = "banan")
)
composeTestRule.mainClock.advanceTimeBy(SPLASH_DELAY)