Skip to content

Commit 41a394c

Browse files
author
Brian Chen
committed
Fix NotInFilter matches
1 parent b1854ab commit 41a394c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/firestore/test/integration/api/query.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -832,9 +832,7 @@ apiDescribe('Queries', (persistence: boolean) => {
832832
});
833833
});
834834

835-
// TODO(ne-queries): re-enable in next PR to make public.
836-
// eslint-disable-next-line no-restricted-properties
837-
it.skip('can use NOT_IN filters', async () => {
835+
it('can use NOT_IN filters', async () => {
838836
const testDocs = {
839837
a: { zip: 98101 },
840838
b: { zip: 91102 },

0 commit comments

Comments
 (0)