Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fpigeonjr committed Jan 9, 2025
1 parent 0bd9d3f commit 56444d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ describe("CANFundingReceivedForm", () => {
});

it("calls handleSubmit when form is submitted", async () => {
const { container } = render(
render(
<CANFundingReceivedForm
{...defaultProps}
receivedFundingAmount="1000"
/>
);
const form = container.querySelector("form");

await user.click(screen.getByRole("button", { name: /Add Funding Received/i }));

Expand Down

0 comments on commit 56444d1

Please sign in to comment.