Skip to content

Commit 142fe74

Browse files
committed
Fix useSidebarOrderedReportsTest.tsx
1 parent 17e2e1a commit 142fe74

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/useSidebarOrderedReportsTest.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('useSidebarOrderedReports', () => {
5858
[ONYXKEYS.COLLECTION.TRANSACTION]: {},
5959
[ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS]: {},
6060
[ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS]: {},
61-
[ONYXKEYS.NVP_DRAFT_REPORT_COMMENTS]: {},
6261
[ONYXKEYS.BETAS]: [],
6362
[ONYXKEYS.DERIVED.REPORT_ATTRIBUTES]: {reports: {}},
6463
} as unknown as OnyxMultiSetInput);
@@ -184,7 +183,6 @@ describe('useSidebarOrderedReports', () => {
184183
expect.any(Function), // localeCompare
185184
expect.any(Object), // reportNameValuePairs
186185
expect.any(Object), // reportAttributes
187-
expect.any(Object), // drafts
188186
);
189187
});
190188

0 commit comments

Comments
 (0)