Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
githubering182 committed Jul 12, 2024
1 parent 68cc7b0 commit bb7eaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-app/src/components/Header/component.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, screen, fireEvent } from '@testing-library/react';
import { render, screen } from '@testing-library/react';
import { MemoryRouter } from 'react-router-dom';
import { Provider, useDispatch, } from 'react-redux';
import createStore from "../../store";
Expand Down

0 comments on commit bb7eaea

Please sign in to comment.