Skip to content

Commit 22f435e

Browse files
committed
fix test
1 parent 7c5d0a1 commit 22f435e

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
@@ -2551,7 +2551,7 @@ describe('actions/IOU', () => {
25512551
() =>
25522552
new Promise<void>((resolve) => {
25532553
if (iouReportID) {
2554-
clearAllRelatedReportActionErrors(iouReportID, iouAction ?? null, undefined);
2554+
clearAllRelatedReportActionErrors(iouReportID, iouAction ?? null, iouReportID);
25552555
}
25562556
resolve();
25572557
}),

0 commit comments

Comments
 (0)