Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif authored Nov 27, 2024
1 parent bde1f83 commit 0d67d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion florist/tests/unit/app/jobs/details/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ describe("Job Details Page", () => {
setupGetJobMock(testJob);
const { container } = render(<JobDetails />);

let blobSpy = jest.spyOn(Blob.prototype, "constructor");
const testURL = "test url";
urlSpy = setupURLSpyMock(urlSpy, testURL);

Expand Down

0 comments on commit 0d67d47

Please sign in to comment.