Skip to content

Commit

Permalink
fix:remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manglebot committed Jan 9, 2024
1 parent 32bddb8 commit 36e4170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/misdemeanour/misdemeanour.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ describe("Misdemeanour Component mock tests", () => {
render(<Misdemeanour />);
expect(screen.getByTestId("misdemeanour")).toBeInTheDocument();
expect(screen.getByText("Citizen ID")).toBeInTheDocument();
// Add more expectations specific to your component
});

it("fetches misdemeanours data on component mount", async () => {
Expand Down

0 comments on commit 36e4170

Please sign in to comment.