Skip to content

Commit 73fa7d3

Browse files
committed
Fix test
1 parent 4b8aedc commit 73fa7d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21304,7 +21304,7 @@ describe('ReportUtils', () => {
2130421304
},
2130521305
});
2130621306

21307-
expect(getBankAccountRoute(report, false)).toBe(ROUTES.SETTINGS_ADD_BANK_ACCOUNT.route);
21307+
expect(getBankAccountRoute(report, false)).toBe(ROUTES.SETTINGS_ADD_BANK_ACCOUNT.getRoute());
2130821308
});
2130921309
});
2131021310

0 commit comments

Comments
 (0)