Skip to content

Commit

Permalink
fix perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed May 7, 2024
1 parent 36b0a8d commit 580e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/SidebarLinks.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const getMockedReportsMap = (length = 100) => {
const reportID = index + 1;
const participants = [1, 2];
const reportKey = `${ONYXKEYS.COLLECTION.REPORT}${reportID}`;
const report = LHNTestUtils.getFakeReport(participants, 1, true);
const report = {...LHNTestUtils.getFakeReport(participants, 1, true), lastMessageText: 'hey'};

return [reportKey, report];
}),
Expand Down

0 comments on commit 580e4a0

Please sign in to comment.