Skip to content

Commit 44e7de1

Browse files
chore: rm test method
1 parent e242007 commit 44e7de1

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

packages/firebase_ui_auth/test/test_utils.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,6 @@ class MockAuth extends Mock implements fba.FirebaseAuth {
193193
);
194194
}
195195

196-
@override
197-
Future<List<String>> fetchSignInMethodsForEmail(String? email) async {
198-
return super.noSuchMethod(
199-
Invocation.method(
200-
#fetchSignInMethodsForEmail,
201-
[email],
202-
),
203-
returnValue: <String>['phone'],
204-
returnValueForMissingStub: <String>['phone'],
205-
);
206-
}
207-
208196
@override
209197
Future<void> verifyPhoneNumber({
210198
String? phoneNumber,

0 commit comments

Comments
 (0)