Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 8, 2024
1 parent fbdc36d commit ec220d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/LoginButton.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const renderWithProviders = (component: JSX.Element) => {
};

describe('LoginButton', () => {
it('should render', () => {
renderWithProviders(<LoginButton />);
const walletWrapper = screen.getByTestId('ockConnectWallet_Container');
expect(walletWrapper).toBeInTheDocument();
});
it('should render', () => {
renderWithProviders(<LoginButton />);
const walletWrapper = screen.getByTestId('ockConnectWallet_Container');
expect(walletWrapper).toBeInTheDocument();
});
});

0 comments on commit ec220d6

Please sign in to comment.