File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
FirebaseRemoteConfig/Tests/Unit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ + (NSUserDefaults *)sharedUserDefaultsForBundleIdentifier:(NSString *)bundleIden
8282typedef 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;
You can’t perform that action at this time.
0 commit comments