From 904263cf68915afdb7ff102a6926dadaaa350280 Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Tue, 1 Oct 2024 12:20:29 +0330 Subject: [PATCH] fix: a typo in method name --- .../Source/Tests/Unit/FIRInstallationsStoreTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseInstallations/Source/Tests/Unit/FIRInstallationsStoreTests.m b/FirebaseInstallations/Source/Tests/Unit/FIRInstallationsStoreTests.m index f391b1d3cdf..0a7ce4cc085 100644 --- a/FirebaseInstallations/Source/Tests/Unit/FIRInstallationsStoreTests.m +++ b/FirebaseInstallations/Source/Tests/Unit/FIRInstallationsStoreTests.m @@ -128,7 +128,7 @@ - (void)testInstallationID_WhenThereIsUserDefaultsAndNoKeychain_ThenNotFound { OCMVerifyAll(self.mockSecureStorage); } -- (void)testSaveInstallationWhenKeychainSucceds { +- (void)testSaveInstallationWhenKeychainSucceeds { FIRInstallationsItem *item = [FIRInstallationsItem createUnregisteredInstallationItem]; NSString *itemID = [item identifier]; // Reset user defaults key.