Skip to content

Commit 0fe6719

Browse files
committed
fix test
1 parent 3b3c1b5 commit 0fe6719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/MergeTransactionUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ describe('MergeTransactionUtils', () => {
561561
reportID: sharedReportID,
562562
};
563563

564-
const result = getMergeableDataAndConflictFields(targetTransaction, sourceTransaction, mockLocaleCompare);
564+
const result = getMergeableDataAndConflictFields(targetTransaction, sourceTransaction, undefined, mockLocaleCompare);
565565

566566
expect(result.conflictFields).not.toContain('reportID');
567567
expect(result.mergeableData).toMatchObject({

0 commit comments

Comments
 (0)