Skip to content

Commit 524ab5e

Browse files
committed
Build fix
1 parent 29eee40 commit 524ab5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

FirebaseRemoteConfig/Tests/Unit/RCNInstanceIDTest.m

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ - (instancetype)initWithContent:(RCNConfigContent *)content
4242
app:firebaseApp;
4343
@end
4444

45-
@interface RCNConfigDBManager (Test)
46-
- (void)removeDatabaseOnDatabaseQueueAtPath:(NSString *)path;
47-
@end
48-
4945
@interface RCNUserDefaultsManager (Test)
5046
+ (NSUserDefaults *)sharedUserDefaultsForBundleIdentifier:(NSString *)bundleIdentifier;
5147
@end
@@ -216,7 +212,7 @@ - (void)mockInstanceIDMethodForTokenAndIdentity:(nullable NSString *)token
216212
}
217213

218214
- (void)tearDown {
219-
[_DBManager removeDatabaseOnDatabaseQueueAtPath:_DBPath];
215+
[_DBManager removeDatabaseWithPath:_DBPath];
220216
[[NSUserDefaults standardUserDefaults] removePersistentDomainForName:_userDefaultsSuiteName];
221217
[FIRApp resetApps];
222218
[_installationsMock stopMocking];

0 commit comments

Comments
 (0)