Skip to content

Commit e1004f4

Browse files
committed
update test
1 parent 89ce6eb commit e1004f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/perf-test/ReportUtils.perf-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ describe('ReportUtils', () => {
147147
const isPreviewMessageForParentChatReport = true;
148148

149149
await waitForBatchedUpdates();
150-
await measureFunction(() => getReportPreviewMessage(report, reportAction, shouldConsiderReceiptBeingScanned, isPreviewMessageForParentChatReport, policy));
150+
await measureFunction(() => getReportPreviewMessage(report, undefined, reportAction, shouldConsiderReceiptBeingScanned, isPreviewMessageForParentChatReport, policy));
151151
});
152152

153153
test('[ReportUtils] getReportName on 1k participants', async () => {

0 commit comments

Comments
 (0)