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 4f0768d commit 3f473d6Copy full SHA for 3f473d6
packages/firestore/test/integration/util/testing_hooks_util.ts
@@ -112,7 +112,7 @@ function createExistenceFilterMismatchInfoFrom(
112
* @return a promise that is fulfilled when the asynchronous work started by
113
* `enablePersistentCacheIndexAutoCreation()` or
114
* `disablePersistentCacheIndexAutoCreation()` completes successfully, or is
115
- * rejected
+ * rejected if it fails.
116
*/
117
export function verifyPersistentCacheIndexAutoCreationToggleSucceedsDuring(
118
callback: () => void
0 commit comments