Skip to content

Commit ad257d7

Browse files
committed
Use toEqual
1 parent 545040b commit ad257d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Search/SearchQueryUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ describe('SearchQueryUtils', () => {
354354

355355
const result = buildFilterFormValuesFromQuery(queryJSON, policyCategories, policyTags, currencyList, personalDetails, cardList, reports, taxRates);
356356

357-
expect(result).toMatchObject({
357+
expect(result).toEqual({
358358
type: 'expense',
359359
status: CONST.SEARCH.STATUS.EXPENSE.ALL,
360360
amountLessThan: '-12345',

0 commit comments

Comments
 (0)