Skip to content

Commit

Permalink
fix: mint form test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Nov 26, 2024
1 parent 9171c00 commit 3fb9912
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/factory/forms/__tests__/MintForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ describe('MintForm Component', () => {
test('renders form with correct details', () => {
renderWithProps();
expect(screen.getByText('NAME')).toBeInTheDocument();
expect(screen.getByText('YOUR BALANCE')).toBeInTheDocument();
expect(screen.getByText('EXPONENT')).toBeInTheDocument();
expect(screen.getByText('CIRCULATING SUPPLY')).toBeInTheDocument();
});

Expand Down

0 comments on commit 3fb9912

Please sign in to comment.