Skip to content

Commit 407f5d6

Browse files
authored
Update Auth samples to sync with internal changes (#2056)
1 parent 70ee457 commit 407f5d6

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Example/Auth/ApiTests/FirebaseAuthApiTests.m

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
#ifdef NO_NETWORK
2525
#import "ITUIOSTestUtil.h"
26-
#import "ioReplayer/IORManager.h"
27-
#import "ioReplayer/IORTestCase.h"
2826
#endif
2927

3028
#import <GTMSessionFetcher/GTMSessionFetcher.h>
@@ -93,11 +91,8 @@
9391
#define SKIP_IF_ON_MOBILE_HARNESS
9492
#endif
9593

96-
#ifdef NO_NETWORK
97-
@interface ApiTests : IORTestCase
98-
#else
9994
@interface ApiTests : XCTestCase
100-
#endif
95+
10196
@end
10297

10398
@implementation ApiTests

Example/Auth/EarlGreyTests/FirebaseAuthEarlGreyTests.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
#import <FirebaseCore/FIRApp.h>
2222
#import "FirebaseAuth.h"
2323

24-
#ifdef NO_NETWORK
25-
#import "ioReplayer/IORTestCase.h"
26-
#endif
27-
2824
/** The url for obtaining a valid custom token string used to test BYOAuth. */
2925
static NSString *const kCustomTokenUrl = @"https://fb-sa-1211.appspot.com/token";
3026

@@ -38,11 +34,7 @@
3834

3935
static NSTimeInterval const kWaitForElementTimeOut = 5;
4036

41-
#ifdef NO_NETWORK
42-
@interface BasicUITest : IORTestCase
43-
#else
4437
@interface BasicUITest :XCTestCase
45-
#endif
4638
@end
4739

4840
/** Convenience function for EarlGrey tests. */

0 commit comments

Comments
 (0)