Skip to content

Commit

Permalink
Firestore: review app check credentials provider tests (#13914)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 21, 2024
1 parent 0e80c7c commit 9c423fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ - (nonnull NSString*)tokenDidChangeNotificationName {

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

FIRApp* app = testutil::AppForUnitTesting();
Expand Down

0 comments on commit 9c423fb

Please sign in to comment.