Skip to content

Commit ac38cbe

Browse files
Fix lint
1 parent 5e65206 commit ac38cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TestLocalDocumentsView extends LocalDocumentsView {
7979
query: Query,
8080
sinceReadTime: SnapshotVersion
8181
): PersistencePromise<DocumentMap> {
82-
let indexFreeExecution = !SnapshotVersion.MIN.isEqual(sinceReadTime);
82+
const indexFreeExecution = !SnapshotVersion.MIN.isEqual(sinceReadTime);
8383

8484
expect(indexFreeExecution).to.eq(
8585
this.expectIndexFreeExecution,

0 commit comments

Comments
 (0)