Skip to content

Commit ae046de

Browse files
committed
fix lint error
1 parent eb43a3c commit ae046de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/ReportUtilsTest.ts

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

318318
// When a user creates an invoice in the same policy
319-
// eslint-disable-next-line deprecation/deprecation
319+
320320
const reportAction = {
321321
...randomReportAction,
322322
actionName: CONST.REPORT.ACTIONS.TYPE.IOU,
323323
actorAccountID: currentUserAccountID,
324324
childStateNum: CONST.REPORT.STATE_NUM.OPEN,
325325
childStatusNum: CONST.REPORT.STATUS_NUM.OPEN,
326326
originalMessage: {
327+
// eslint-disable-next-line deprecation/deprecation
327328
...randomReportAction.originalMessage,
328329
IOUReportID,
329330
IOUTransactionID,

0 commit comments

Comments
 (0)