diff --git a/tests/utils/LHNTestUtils.tsx b/tests/utils/LHNTestUtils.tsx index 6139e429fde8..c9064e1e7a8c 100644 --- a/tests/utils/LHNTestUtils.tsx +++ b/tests/utils/LHNTestUtils.tsx @@ -136,8 +136,8 @@ function getFakeReport(participantAccountIDs = [1, 2], millisecondsInThePast = 0 participants[id] = { hidden: false, role: CONST.REPORT.ROLE.ADMIN, - } - }) + }; + }); return { type: CONST.REPORT.TYPE.CHAT,