File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
FirebaseRemoteConfig/Tests/Unit Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments