Skip to content

Commit ba98a20

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent a0bc0ce commit ba98a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ function genericLocalStoreTests(
15381538
});
15391539

15401540
it('uses target mapping to execute queries', () => {
1541-
if (queryEngine.type !== 'index-free' || gcIsEager) {
1541+
if (queryEngine.type !== QueryEngineType.IndexFree || gcIsEager) {
15421542
return;
15431543
}
15441544

0 commit comments

Comments
 (0)