Skip to content

Commit

Permalink
chore(project): tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLantukh committed Jul 24, 2023
1 parent 32f00b0 commit 767fa87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/User/User.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ describe('User Component tests', () => {

test('Account Page', () => {
useAccountStore.setState(data);
mockWindowLocation('my-account');

mockWindowLocation('my-account');
const { container } = renderWithRouter(<User />);

Expand Down

0 comments on commit 767fa87

Please sign in to comment.