Skip to content

Commit 7e010e4

Browse files
committed
test: fix AuthUIConfiguration constructor test
1 parent 19787df commit 7e010e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

auth/src/test/java/com/firebase/ui/auth/compose/configuration/AuthUIConfigurationTest.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,16 @@ class AuthUIConfigurationTest {
281281
"theme",
282282
"stringProvider",
283283
"locale",
284-
"enableCredentialManager",
285-
"enableMfa",
286-
"enableAnonymousUpgrade",
284+
"isCredentialManagerEnabled",
285+
"isMfaEnabled",
286+
"isAnonymousUpgradeEnabled",
287287
"tosUrl",
288288
"privacyPolicyUrl",
289289
"logo",
290290
"actionCodeSettings",
291-
"allowNewEmailAccounts",
292-
"requireDisplayName",
293-
"alwaysShowProviderChoice"
291+
"isNewEmailAccountsAllowed",
292+
"isDisplayNameRequired",
293+
"isProviderChoiceAlwaysShown"
294294
)
295295

296296
val actualProperties = allProperties.map { it.name }.toSet()

0 commit comments

Comments
 (0)