Skip to content

Commit

Permalink
test: fix phone auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev committed Sep 2, 2024
1 parent 1673d02 commit 9bbaa23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class PhoneProviderResponseHandlerTest {
public void setUp() {
TestHelper.initialize();
MockitoAnnotations.initMocks(this);
mCredential = PhoneAuthCredential.zzc("sessionInfo", "SmsCode");
mCredential = PhoneAuthCredential.zza("sessionInfo", "SmsCode");

mHandler = new PhoneProviderResponseHandler((Application) ApplicationProvider.getApplicationContext());
FlowParameters testParams = TestHelper.getFlowParameters(Collections.singletonList(
Expand Down

0 comments on commit 9bbaa23

Please sign in to comment.