We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5d0a1 commit 22f435eCopy full SHA for 22f435e
1 file changed
tests/actions/IOUTest.ts
@@ -2551,7 +2551,7 @@ describe('actions/IOU', () => {
2551
() =>
2552
new Promise<void>((resolve) => {
2553
if (iouReportID) {
2554
- clearAllRelatedReportActionErrors(iouReportID, iouAction ?? null, undefined);
+ clearAllRelatedReportActionErrors(iouReportID, iouAction ?? null, iouReportID);
2555
}
2556
resolve();
2557
}),
0 commit comments