Skip to content

Commit c571483

Browse files
committed
Fix tests
1 parent 0580fac commit c571483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5123,7 +5123,7 @@ describe('ReportUtils', () => {
51235123
changeMoneyRequestHoldStatus(reportAction, iouTransaction, false, currentUserEmail, currentUserAccountID);
51245124

51255125
// Then unholdRequest should be called with the correct parameters and navigation should not be called
5126-
expect(unholdRequestSpy).toHaveBeenCalledWith(transactionID, childReportID, expect.objectContaining({id: policyID}), false);
5126+
expect(unholdRequestSpy).toHaveBeenCalledWith(transactionID, childReportID, expect.objectContaining({id: policyID}), false, currentUserEmail, currentUserAccountID);
51275127
expect(Navigation.navigate).not.toHaveBeenCalled();
51285128
});
51295129

0 commit comments

Comments
 (0)