Skip to content

Commit fcc57f1

Browse files
committed
Fix tests
Change-Id: Icca4a88adb9423b7f8510c9e338285e68a7965e0
1 parent cab8213 commit fcc57f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/src/test/java/com/firebase/ui/auth/testhelpers/TestHelper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ public static FlowParameters getFlowParameters(List<String> providerIds) {
183183
null,
184184
null,
185185
true,
186-
true);
186+
true,
187+
false);
187188
}
188189

189190
public static void verifyCredentialSaveStarted(@NonNull Activity activity,

0 commit comments

Comments
 (0)