Skip to content

Commit 0f07ebe

Browse files
Comment
1 parent aba251d commit 0f07ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ describeSpec(
4242
// Client 1 has received the WebStorage notification that the write
4343
// has been acknowledged, but failed to process the change. Hence,
4444
// we did not get a user callback. We schedule the first retry and
45-
// make sure that it cannot be processed until `recoverDatabase`
46-
// is called.
45+
// make sure that it also does not get processed until
46+
// `recoverDatabase` is called.
4747
.runTimer(TimerId.AsyncQueueRetry)
4848
.recoverDatabase()
4949
.runTimer(TimerId.AsyncQueueRetry)

0 commit comments

Comments
 (0)