Skip to content

Commit

Permalink
Enhance objc part of the FirebaseAuth tests (#13753)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 1, 2024
1 parent 23b6a14 commit 020d6af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ @interface FacebookAuthTests : FIRAuthApiTestsBase
@implementation FacebookAuthTests

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

0 comments on commit 020d6af

Please sign in to comment.