Skip to content

Commit 5fa9c76

Browse files
committed
Comment cleanup.
1 parent ab5cad2 commit 5fa9c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ function genericQueryEngineTest(
924924
);
925925
verifyResult(result2, []);
926926

927-
// a IN [] || a NOT-IN [0,2] should union them (similar to: a NOT-IN [0,2]).
927+
// a IN [] || a NOT-IN [0,1,2] should union them (similar to: a NOT-IN [0,1,2]).
928928
const query3 = query(
929929
'coll',
930930
orFilter(filter('a', 'in', []), filter('a', 'not-in', [0, 1, 2]))

0 commit comments

Comments
 (0)