From 29efe8e8f8d447c0dbaa0de532a3864961318106 Mon Sep 17 00:00:00 2001 From: Marc Glasser Date: Wed, 8 May 2024 11:34:37 -1000 Subject: [PATCH] Fix last whisperedToAccountIDs --- tests/utils/ReportTestUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/ReportTestUtils.ts b/tests/utils/ReportTestUtils.ts index 3948baca3113..b9dc50aecec0 100644 --- a/tests/utils/ReportTestUtils.ts +++ b/tests/utils/ReportTestUtils.ts @@ -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: [ @@ -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[] =>