Skip to content

Commit 020d6af

Browse files
authored
Enhance objc part of the FirebaseAuth tests (#13753)
1 parent 23b6a14 commit 020d6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/SampleSwift/ObjCApiTests/FacebookAuthTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ @interface FacebookAuthTests : FIRAuthApiTestsBase
3939
@implementation FacebookAuthTests
4040

4141
// TODO(#10752) - Update and fix the Facebook login Sample app and tests.
42-
- (void)SKIPtestSignInWithFaceboook {
42+
- (void)SKIPtestSignInWithFacebook {
4343
FIRAuth *auth = [FIRAuth auth];
4444
if (!auth) {
4545
XCTFail(@"Could not obtain auth object.");

0 commit comments

Comments
 (0)