Skip to content

Commit 7d9df0f

Browse files
author
Chuan Ren
authored
Revert "Disable Facebook API tests (#2547)" (#2628)
This reverts commit ed2b99a.
1 parent aef8781 commit 7d9df0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/Auth/ApiTests/FacebookAuthTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ @interface FacebookAuthTests : FIRAuthApiTestsBase
3636

3737
@implementation FacebookAuthTests
3838

39-
- (void)DISABLE_testSignInWithFaceboook {
39+
- (void)testSignInWithFaceboook {
4040
FIRAuth *auth = [FIRAuth auth];
4141
if (!auth) {
4242
XCTFail(@"Could not obtain auth object.");
@@ -76,7 +76,7 @@ - (void)DISABLE_testSignInWithFaceboook {
7676
[self deleteFacebookTestingAccountbyId:facebookAccountId];
7777
}
7878

79-
- (void)DISABLE_testLinkAnonymousAccountToFacebookAccount {
79+
- (void)testLinkAnonymousAccountToFacebookAccount {
8080
FIRAuth *auth = [FIRAuth auth];
8181
if (!auth) {
8282
XCTFail(@"Could not obtain auth object.");

0 commit comments

Comments
 (0)