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 988cc41 commit 1e8d007Copy full SHA for 1e8d007
packages/firestore/test/unit/local/forwarding_counting_query_engine.ts
@@ -141,7 +141,8 @@ export class CountingQueryEngine implements QueryEngine {
141
},
142
getHighestUnacknowledgedBatchId: subject.getHighestUnacknowledgedBatchId,
143
getLastStreamToken: subject.getLastStreamToken,
144
- getNextMutationBatchAfterBatchId: subject.getNextMutationBatchAfterBatchId,
+ getNextMutationBatchAfterBatchId:
145
+ subject.getNextMutationBatchAfterBatchId,
146
lookupMutationBatch: subject.lookupMutationBatch,
147
lookupMutationKeys: subject.lookupMutationKeys,
148
performConsistencyCheck: subject.performConsistencyCheck,
0 commit comments