Skip to content

Commit

Permalink
Update apps/govern/components/Proposals/index.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Miller <[email protected]>
  • Loading branch information
Tanya-atatakai and truemiller authored Oct 2, 2024
1 parent fed26dd commit a4f8065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/govern/components/Proposals/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('<Proposals />', () => {
expect(pageTitle).toBeInTheDocument();

const pageDesc = screen.getByText(
/Participate in the Autonolas DAO governance by voting on on-chain proposals./,
/Participate in Autonolas DAO governance by voting on on-chain proposals./,
);
expect(pageDesc).toBeInTheDocument();
});
Expand Down

0 comments on commit a4f8065

Please sign in to comment.