Skip to content

Commit 96800e5

Browse files
committed
Update test
1 parent a58ea43 commit 96800e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ + (NSUserDefaults *)sharedUserDefaultsForBundleIdentifier:(NSString *)bundleIden
8282
typedef NS_ENUM(NSInteger, RCNTestRCInstance) {
8383
RCNTestRCInstanceDefault,
8484
RCNTestRCInstanceSecondNamespace,
85-
RCNTestRCNumTotalInstances,
86-
RCNTestRCInstanceSecondApp
85+
RCNTestRCInstanceSecondApp,
86+
RCNTestRCNumTotalInstances
8787
};
8888

8989
@interface RCNRemoteConfigTest : XCTestCase {
@@ -1372,10 +1372,10 @@ - (FIROptions *)firstAppOptions {
13721372

13731373
- (FIROptions *)secondAppOptions {
13741374
NSBundle *bundle = [NSBundle bundleForClass:[self class]];
1375-
NSString *plistPath = [bundle pathForResource:@"SecondApp-GoogleService-Info" ofType:@"plist"];
13761375
#if SWIFT_PACKAGE
13771376
bundle = Firebase_RemoteConfigUnit_SWIFTPM_MODULE_BUNDLE();
13781377
#endif
1378+
NSString *plistPath = [bundle pathForResource:@"SecondApp-GoogleService-Info" ofType:@"plist"];
13791379
FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:plistPath];
13801380
XCTAssertNotNil(options);
13811381
return options;

0 commit comments

Comments
 (0)