Skip to content

Commit 99cc7f6

Browse files
committed
Merge branch 'main' into Refactor-device-file-to-remove-onyx-connect
2 parents a308dc0 + 7e50c97 commit 99cc7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportUtilsGetIconsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('getIcons', () => {
148148
it('should return the correct icons for archived non expense request/report', () => {
149149
const report: Report = {
150150
...LHNTestUtils.getFakeReport([1], 0, true),
151-
type: CONST.REPORT.CHAT_TYPE.POLICY_EXPENSE_CHAT,
151+
type: CONST.REPORT.CHAT_TYPE.INVOICE,
152152
};
153153
const policy = LHNTestUtils.getFakePolicy('1');
154154

0 commit comments

Comments
 (0)