Skip to content

Commit 9c423fb

Browse files
authored
Firestore: review app check credentials provider tests (#13914)
1 parent 0e80c7c commit 9c423fb

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)