Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Mar 13, 2024
1 parent c59e871 commit b9dcff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Blocks/ContextNavigation/Accordion.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import configureStore from 'redux-mock-store';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import { Provider } from 'react-intl-redux';
import RASTAccordion from './RASTAccordion';
import Accordion from './Accordion';

const mockStore = configureStore();

Expand Down Expand Up @@ -35,7 +35,7 @@ describe('RASTAccordion', () => {
const { container } = render(
<Provider store={store}>
<MemoryRouter>
<RASTAccordion {...data} />
<Accordion {...data} />
</MemoryRouter>
</Provider>,
);
Expand Down

0 comments on commit b9dcff7

Please sign in to comment.