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 ea4c5fa commit 15c00a6Copy full SHA for 15c00a6
FirebaseInstallations/Source/Tests/Unit/FIRInstallationsStoreTests.m
@@ -128,7 +128,7 @@ - (void)testInstallationID_WhenThereIsUserDefaultsAndNoKeychain_ThenNotFound {
128
OCMVerifyAll(self.mockSecureStorage);
129
}
130
131
-- (void)testSaveInstallationWhenKeychainSucceds {
+- (void)testSaveInstallationWhenKeychainSucceeds {
132
FIRInstallationsItem *item = [FIRInstallationsItem createUnregisteredInstallationItem];
133
NSString *itemID = [item identifier];
134
// Reset user defaults key.
0 commit comments