Skip to content

Commit

Permalink
test: updated back url in compliance summary test
Browse files Browse the repository at this point in the history
  • Loading branch information
acatchpole committed Jan 13, 2025
1 parent 60617cb commit 34a3e09
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ describe("ComplianceSummaryForm", () => {

fireEvent.click(button);

expect(mockPush).toHaveBeenCalledWith(
`/reports/1/additional-reporting-data`,
);
expect(mockPush).toHaveBeenCalledWith(`/reports/1/emission-summary`);
});

it("should render a continue button that navigates to the verification page", async () => {
Expand Down

0 comments on commit 34a3e09

Please sign in to comment.