Skip to content

Commit

Permalink
Fix last whisperedToAccountIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed May 8, 2024
1 parent a8cee69 commit 29efe8e
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 @@ -30,6 +30,7 @@ const getFakeReportAction = (index: number, actionName?: ActionName): ReportActi
lastModified: '2021-07-14T15:00:00Z',
// IOUReportID: index,
linkedReportID: index.toString(),
whisperedTo: [],
},
pendingAction: null,
person: [
Expand All @@ -45,7 +46,6 @@ const getFakeReportAction = (index: number, actionName?: ActionName): ReportActi
sequenceNumber: 0,
shouldShow: true,
timestamp: 1696243169,
whisperedToAccountIDs: [],
} as ReportAction);

const getMockedSortedReportActions = (length = 100): ReportAction[] =>
Expand Down

0 comments on commit 29efe8e

Please sign in to comment.