Skip to content

Commit 43e4cc7

Browse files
committed
ts fix
1 parent 12926c5 commit 43e4cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/IOU/MoneyRequestTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ describe('MoneyRequest', () => {
14511451
});
14521452

14531453
it('should return participants with privateIsArchived passed through', () => {
1454-
const participants = getMoneyRequestParticipantOptions(currentUserAccountID, fakeReport, fakePolicy, {}, undefined, 'archived');
1454+
const participants = getMoneyRequestParticipantOptions(currentUserAccountID, fakeReport, fakePolicy, {}, undefined, true);
14551455
expect(Array.isArray(participants)).toBe(true);
14561456
});
14571457

0 commit comments

Comments
 (0)