Skip to content

Commit 0005f4a

Browse files
Update forwarding_counting_query_engine.ts
1 parent c352a2e commit 0005f4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/firestore/test/unit/local/forwarding_counting_query_engine.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ import { RemoteDocumentCache } from '../../../src/local/remote_document_cache';
2626
import { MutationQueue } from '../../../src/local/mutation_queue';
2727

2828
/**
29-
* A test-only query engine that forwards all calls to the query engine
30-
* provided at construction time, while exposing the number of documents and
31-
* mutations read.
29+
* A test-only query engine that forwards all API calls and exposes the
30+
* number of documents and mutations read.
3231
*/
3332
export class ForwardingCountingQueryEngine implements QueryEngine {
3433
/**

0 commit comments

Comments
 (0)