Skip to content

Commit

Permalink
trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Mar 21, 2024
1 parent 19a6229 commit 3d5b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/ReportTestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ const getMockedReportActionsMap = (length = 100): ReportActions => {
const reportAction = {
...createRandomReportAction(reportID),
actionName,
previousReportActionID: index.toString(),
originalMessage: {
linkedReportID: reportID.toString(),
},
previousReportActionID: index.toString(),
} as ReportAction;

return {[reportID]: reportAction};
Expand Down

0 comments on commit 3d5b6b3

Please sign in to comment.