Skip to content

Commit 20daedf

Browse files
committed
fix test
1 parent 28c1074 commit 20daedf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4982,13 +4982,13 @@ describe('ReportUtils', () => {
49824982
describe('buildOptimisticReportPreview', () => {
49834983
it('should include childOwnerAccountID and childManagerAccountID that matches with iouReport data', () => {
49844984
const chatReport: Report = {
4985-
...createRandomReport(1),
4985+
...createRandomReport(100),
49864986
type: CONST.REPORT.TYPE.CHAT,
49874987
chatType: undefined,
49884988
};
49894989

49904990
const iouReport: Report = {
4991-
...createRandomReport(2),
4991+
...createRandomReport(200),
49924992
parentReportID: '1',
49934993
type: CONST.REPORT.TYPE.IOU,
49944994
chatType: undefined,

0 commit comments

Comments
 (0)