Skip to content

Commit 79ce03b

Browse files
committed
Fix for test:travis with equalityMatcher override
1 parent ac7641e commit 79ce03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ import {
3939
import { USE_EMULATOR } from '../util/settings';
4040
import { captureExistenceFilterMismatches } from '../util/testing_hooks_util';
4141

42-
apiDescribe('Queries', persistence => {
43-
addEqualityMatcher();
42+
addEqualityMatcher();
4443

44+
apiDescribe('Queries', persistence => {
4545
// TODO(b/291365820): Stop skipping this test when running against the
4646
// Firestore emulator once the emulator is improved to include a bloom filter
4747
// in the existence filter messages that it sends.

0 commit comments

Comments
 (0)