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 ac7641e commit 79ce03bCopy full SHA for 79ce03b
packages/firestore/test/integration/api_internal/query.test.ts
@@ -39,9 +39,9 @@ import {
39
import { USE_EMULATOR } from '../util/settings';
40
import { captureExistenceFilterMismatches } from '../util/testing_hooks_util';
41
42
-apiDescribe('Queries', persistence => {
43
- addEqualityMatcher();
+addEqualityMatcher();
44
+apiDescribe('Queries', persistence => {
45
// TODO(b/291365820): Stop skipping this test when running against the
46
// Firestore emulator once the emulator is improved to include a bloom filter
47
// in the existence filter messages that it sends.
0 commit comments