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 5e65206 commit ac38cbeCopy full SHA for ac38cbe
packages/firestore/test/unit/local/index_free_query_engine.test.ts
@@ -79,7 +79,7 @@ class TestLocalDocumentsView extends LocalDocumentsView {
79
query: Query,
80
sinceReadTime: SnapshotVersion
81
): PersistencePromise<DocumentMap> {
82
- let indexFreeExecution = !SnapshotVersion.MIN.isEqual(sinceReadTime);
+ const indexFreeExecution = !SnapshotVersion.MIN.isEqual(sinceReadTime);
83
84
expect(indexFreeExecution).to.eq(
85
this.expectIndexFreeExecution,
0 commit comments