Skip to content

Commit 55a680f

Browse files
committed
Correct the invocation of addEqualityMatcher in array transforms test
1 parent f4fddc6 commit 55a680f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ import {
3434
} from '../util/firebase_export';
3535
import { apiDescribe, withTestDb, withTestDoc } from '../util/helpers';
3636

37-
addEqualityMatcher();
38-
3937
/**
4038
* Note: Transforms are tested pretty thoroughly in server_timestamp.test.ts
4139
* (via set, update, transactions, nested in documents, multiple transforms
4240
* together, etc.) and so these tests mostly focus on the array transform
4341
* semantics.
4442
*/
4543
apiDescribe('Array Transforms:', persistence => {
44+
addEqualityMatcher();
45+
4646
// A document reference to read and write to.
4747
let docRef: DocumentReference;
4848

0 commit comments

Comments
 (0)