We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f7137 commit c716d8fCopy full SHA for c716d8f
packages/firestore/test/unit/specs/spec_test_runner.ts
@@ -716,7 +716,7 @@ abstract class TestRunner {
716
717
private async doChangeUser(user: string | null): Promise<void> {
718
this.user = new User(user);
719
- // We don't block on `handleUserChange` as it may not get executed
+ // We don't block on `handleCredentialChange` as it may not get executed
720
// during an IndexedDb failure. Non-recovery tests will pick up the user
721
// change when the AsyncQueue is drained.
722
this.queue.enqueueRetryable(() =>
0 commit comments