Skip to content

Commit c716d8f

Browse files
Update spec_test_runner.ts
1 parent 87f7137 commit c716d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/specs/spec_test_runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ abstract class TestRunner {
716716

717717
private async doChangeUser(user: string | null): Promise<void> {
718718
this.user = new User(user);
719-
// We don't block on `handleUserChange` as it may not get executed
719+
// We don't block on `handleCredentialChange` as it may not get executed
720720
// during an IndexedDb failure. Non-recovery tests will pick up the user
721721
// change when the AsyncQueue is drained.
722722
this.queue.enqueueRetryable(() =>

0 commit comments

Comments
 (0)