Skip to content

Commit 17e84c8

Browse files
authored
Merge pull request Expensify#66224 from Expensify/cmartins-fixTS
[NO QA] Fix TS on main
2 parents e3b174b + 569593c commit 17e84c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/IOUUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ describe('canSubmitReport', () => {
373373

374374
await Onyx.merge(`${ONYXKEYS.COLLECTION.TRANSACTION}${transactionIDWithViolation}`, transactionWithViolation);
375375
await Onyx.merge(`${ONYXKEYS.COLLECTION.TRANSACTION}${transactionIDWithoutViolation}`, transactionWithoutViolation);
376-
expect(canSubmitReport(expenseReport, fakePolicy, [transactionWithViolation, transactionWithoutViolation], violations)).toBe(true);
376+
expect(canSubmitReport(expenseReport, fakePolicy, [transactionWithViolation, transactionWithoutViolation], violations, false)).toBe(true);
377377
});
378378

379379
test('Return false if report can not be submitted', async () => {

0 commit comments

Comments
 (0)