Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
karla-vm committed Nov 3, 2023
1 parent aa3ec73 commit 3f05152
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/app-api/handlers/reports/release.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe("Test releaseReport method", () => {
.mockReturnValueOnce(true)
.mockReturnValueOnce(true)
.mockReturnValueOnce(true)
.mockReturnValueOnce(true)
.mockReturnValueOnce(false);
});
afterEach(() => {
Expand Down

0 comments on commit 3f05152

Please sign in to comment.