Skip to content

Commit 07df224

Browse files
authored
Merge pull request Expensify#65224 from DylanDylann/fix-uts
No QA: Fix UTs
2 parents 8e93187 + 006b9a8 commit 07df224

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
@@ -3107,7 +3107,7 @@ describe('ReportUtils', () => {
31073107
});
31083108

31093109
it('should return false for regular task report (non-workspace)', () => {
3110-
const report = createRegularTaskReport(1, currentUserAccountID);
3110+
const report = {...createRegularTaskReport(1, currentUserAccountID), chatType: CONST.REPORT.CHAT_TYPE.TRIP_ROOM};
31113111
expect(shouldReportShowSubscript(report)).toBe(false);
31123112
});
31133113
});

0 commit comments

Comments
 (0)