Skip to content

Commit 673d585

Browse files
committed
fix lint error
1 parent d373531 commit 673d585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ describe('ReportUtils', () => {
316316
};
317317

318318
// When a user creates an invoice in the same policy
319+
// eslint-disable-next-line deprecation/deprecation
319320
const reportAction = {
320321
...randomReportAction,
321322
actionName: CONST.REPORT.ACTIONS.TYPE.IOU,
322323
actorAccountID: currentUserAccountID,
323324
childStateNum: CONST.REPORT.STATE_NUM.OPEN,
324325
childStatusNum: CONST.REPORT.STATUS_NUM.OPEN,
325-
// eslint-disable-next-line deprecation/deprecation
326326
originalMessage: {
327327
...randomReportAction.originalMessage,
328328
IOUReportID,

0 commit comments

Comments
 (0)