Skip to content

Commit

Permalink
[web] Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Apr 21, 2023
1 parent 1e46837 commit e403deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/ProposalPage.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { createClient } from "~/client";
import { ProposalPage } from "~/components/storage";

jest.mock("~/client");
jest.mock("~/components/storage/ProposalPageOptions", mockComponent("ProposalPage Options"));
jest.mock("~/components/storage/ProposalPageOptions", () => mockComponent("ProposalPage Options"));

jest.mock("@patternfly/react-core", () => {
const original = jest.requireActual("@patternfly/react-core");
Expand Down

0 comments on commit e403deb

Please sign in to comment.