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 ac5b3c5 commit 51b3a44Copy full SHA for 51b3a44
packages/firestore/test/integration/api/query.test.ts
@@ -2105,9 +2105,7 @@ apiDescribe('Queries', (persistence: boolean) => {
2105
// mismatches to verify that Watch sent a bloom filter, and it was used to
2106
// avert a full requery.
2107
const [existenceFilterMismatches, snapshot2] =
2108
- await captureExistenceFilterMismatches(async () => {
2109
- return await getDocs(coll);
2110
- });
+ await captureExistenceFilterMismatches(() => getDocs(coll));
2111
2112
// Verify that the snapshot from the resumed query contains the expected
2113
// documents; that is, that it contains the 50 documents that were _not_
0 commit comments