Skip to content

Commit ac9501e

Browse files
committed
fix: a typo
1 parent a3e7a20 commit ac9501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/test/unit/credentials/firebase_app_check_credentials_provider_test.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ - (nonnull NSString*)tokenDidChangeNotificationName {
181181

182182
// Regression test for https://github.com/firebase/firebase-ios-sdk/issues/8895
183183
TEST(FirebaseAppCheckCredentialsProviderTest,
184-
ListenForTokenChangesIgnoresUnrelatedNotifcations) {
184+
ListenForTokenChangesIgnoresUnrelatedNotifications) {
185185
auto token_promise = std::make_shared<std::promise<std::string>>();
186186

187187
FIRApp* app = testutil::AppForUnitTesting();

0 commit comments

Comments
 (0)