Skip to content

Commit 15c00a6

Browse files
authored
Enhance FirebaseInstallation unit test methods (#13804)
1 parent ea4c5fa commit 15c00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInstallations/Source/Tests/Unit/FIRInstallationsStoreTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ - (void)testInstallationID_WhenThereIsUserDefaultsAndNoKeychain_ThenNotFound {
128128
OCMVerifyAll(self.mockSecureStorage);
129129
}
130130

131-
- (void)testSaveInstallationWhenKeychainSucceds {
131+
- (void)testSaveInstallationWhenKeychainSucceeds {
132132
FIRInstallationsItem *item = [FIRInstallationsItem createUnregisteredInstallationItem];
133133
NSString *itemID = [item identifier];
134134
// Reset user defaults key.

0 commit comments

Comments
 (0)