Skip to content

Commit

Permalink
(govern) chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Nov 28, 2024
1 parent edc88e7 commit 501aaf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/govern/components/Contracts/ContractsList.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ describe('<ContractsList />', () => {
expect(screen.getByText(/Ethereum/)).toBeInTheDocument();

// current weight column
expect(screen.getByText(/10.12%/)).toBeInTheDocument();
expect(screen.getByText(/298.89K veOLAS/)).toBeInTheDocument();
expect(screen.getByText(/10.123%/)).toBeInTheDocument();
expect(screen.getByText(/298.892K veOLAS/)).toBeInTheDocument();

// next weight column
expect(screen.getByText(/25.56%/)).toBeInTheDocument();
expect(screen.getByText(/297.43K veOLAS/)).toBeInTheDocument();
expect(screen.getByText(/25.556%/)).toBeInTheDocument();
expect(screen.getByText(/297.434K veOLAS/)).toBeInTheDocument();
});

describe('Already voted', () => {
Expand Down

0 comments on commit 501aaf2

Please sign in to comment.