Skip to content

Commit 0a48624

Browse files
committed
lint
1 parent 9c6e9a8 commit 0a48624

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8274,15 +8274,15 @@ describe('ReportUtils', () => {
82748274
type: CONST.REPORT.TYPE.EXPENSE,
82758275
managerID: 1,
82768276
};
8277-
const policy: Policy = {
8277+
const reportPolicy: Policy = {
82788278
...createRandomPolicy(0),
82798279
approver,
82808280
};
82818281
await Onyx.merge(ONYXKEYS.SESSION, {
82828282
accountID: 2,
82838283
});
82848284
await Onyx.merge(ONYXKEYS.BETAS, [CONST.BETAS.NEWDOT_REJECT]);
8285-
expect(canRejectReportAction(approver, expenseReport, policy)).toBe(false);
8285+
expect(canRejectReportAction(approver, expenseReport, reportPolicy)).toBe(false);
82868286
});
82878287
});
82888288
});

0 commit comments

Comments
 (0)