Skip to content

Commit

Permalink
add year to test mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio De Santiago authored and Rocio De Santiago committed Jan 17, 2025
1 parent cda629c commit 5fb7e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/app-api/handlers/reports/buildReport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ describe("Test create report handler", () => {
} as User;
const reportOptions = {
name: "report1",
} as ReportOptions;
year: 2026,
} as unknown as ReportOptions;
const report = await buildReport(
ReportType.QMS,
state,
Expand Down

0 comments on commit 5fb7e88

Please sign in to comment.