Skip to content

Commit 82f1357

Browse files
committed
lint fix
1 parent b4d9718 commit 82f1357

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15943,14 +15943,14 @@ describe('ReportUtils', () => {
1594315943
});
1594415944

1594515945
it('should return moved action message with policy name', async () => {
15946-
const policy = createRandomPolicy(0);
15947-
await Onyx.merge(`${ONYXKEYS.COLLECTION.POLICY}${policy.id}`, policy);
15946+
const testPolicy = createRandomPolicy(0);
15947+
await Onyx.merge(`${ONYXKEYS.COLLECTION.POLICY}${testPolicy.id}`, testPolicy);
1594815948

1594915949
const action = {
1595015950
...LHNTestUtils.getFakeReportAction(),
1595115951
actionName: CONST.REPORT.ACTIONS.TYPE.MOVED,
1595215952
originalMessage: {
15953-
toPolicyID: policy.id,
15953+
toPolicyID: testPolicy.id,
1595415954
newParentReportID: '11111',
1595515955
movedReportID: '22222',
1595615956
},

0 commit comments

Comments
 (0)