We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba251d commit 0f07ebeCopy full SHA for 0f07ebe
packages/firestore/test/unit/specs/recovery_spec.test.ts
@@ -42,8 +42,8 @@ describeSpec(
42
// Client 1 has received the WebStorage notification that the write
43
// has been acknowledged, but failed to process the change. Hence,
44
// 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.
+ // make sure that it also does not get processed until
+ // `recoverDatabase` is called.
47
.runTimer(TimerId.AsyncQueueRetry)
48
.recoverDatabase()
49
0 commit comments