Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanshu committed Dec 15, 2022
1 parent 4b286ba commit 484b3e5
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -315,8 +315,7 @@ object SignInTestCaseGenerator : SerializableProvider {
"password" to "",
).toJsonElement(),
options = mapOf(
"signInOptions" to
mapOf("authFlow" to AuthFlowType.CUSTOM_AUTH_WITH_SRP.toString())
"signInOptions" to mapOf("authFlow" to AuthFlowType.CUSTOM_AUTH_WITH_SRP.toString())
).toJsonElement()
),
validations = listOf(
Expand All @@ -325,5 +324,7 @@ object SignInTestCaseGenerator : SerializableProvider {
)
)

override val serializables: List<Any> = listOf(baseCase, challengeCase, deviceSRPTestCase, customAuthCase, customAuthWithSRPCase)
override val serializables: List<Any> = listOf(
baseCase, challengeCase, deviceSRPTestCase, customAuthCase, customAuthWithSRPCase
)
}

0 comments on commit 484b3e5

Please sign in to comment.