Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 14, 2024
1 parent 19876a4 commit c1eefe4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions FirebaseRemoteConfig/Tests/Unit/RCNInstanceIDTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ - (instancetype)initWithContent:(RCNConfigContent *)content
app:firebaseApp;
@end

@interface RCNConfigDBManager (Test)
- (void)removeDatabaseOnDatabaseQueueAtPath:(NSString *)path;
@end

@interface RCNUserDefaultsManager (Test)
+ (NSUserDefaults *)sharedUserDefaultsForBundleIdentifier:(NSString *)bundleIdentifier;
@end
Expand Down Expand Up @@ -216,7 +212,7 @@ - (void)mockInstanceIDMethodForTokenAndIdentity:(nullable NSString *)token
}

- (void)tearDown {
[_DBManager removeDatabaseOnDatabaseQueueAtPath:_DBPath];
[_DBManager removeDatabaseWithPath:_DBPath];
[[NSUserDefaults standardUserDefaults] removePersistentDomainForName:_userDefaultsSuiteName];
[FIRApp resetApps];
[_installationsMock stopMocking];
Expand Down

0 comments on commit c1eefe4

Please sign in to comment.