We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e59f61 commit 8c1c5bbCopy full SHA for 8c1c5bb
Crashlytics/UnitTests/FIRCLSUserDefaultsTests.m
@@ -53,6 +53,7 @@ - (void)setUp {
53
54
- (void)tearDown {
55
[_userDefaults removeAllObjects];
56
+ [[NSUserDefaults standardUserDefaults] removeObjectForKey:_testKey1];
57
[super tearDown];
58
}
59
0 commit comments