PR#128 Fix typo in Compose Test setup
This commit is contained in:
parent
e3720ff3f6
commit
38d4414dec
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ class AuthComposeInstrumentedTest {
|
|||
@Test
|
||||
fun invalidCredentialsGivenShowsProperErrorMessage() {
|
||||
mockServerScenarioSetup.setScenario(
|
||||
AuthScenario.InvalidCredentials(password = "alma", username = "banan")
|
||||
AuthScenario.InvalidCredentials(username = "alma", password = "banan")
|
||||
)
|
||||
|
||||
composeTestRule.mainClock.advanceTimeBy(SPLASH_DELAY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue