Skip to content

Commit 0cf6d17

Browse files
committed
fix lint
1 parent 54d20f8 commit 0cf6d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/IOUTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ describe('actions/IOU', () => {
23582358
}
23592359
: undefined;
23602360

2361-
const reportActions = await getOnyxValue(`${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${reportID}`);
2361+
const reportActions = await getOnyxValue(`${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${reportID}`);
23622362
const iouAction = Object.values(reportActions ?? {}).find((action) => isActionOfType(action, CONST.REPORT.ACTIONS.TYPE.IOU));
23632363

23642364
expect(iouAction).toBeTruthy();

0 commit comments

Comments
 (0)