diff --git a/src/components/App/SideBar/__tests__/index.tsx b/src/components/App/SideBar/__tests__/index.tsx index a4ba3b3189..01ca971f6a 100644 --- a/src/components/App/SideBar/__tests__/index.tsx +++ b/src/components/App/SideBar/__tests__/index.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from '@mui/material' import '@testing-library/jest-dom' import { fireEvent, render, screen, waitFor } from '@testing-library/react' import React from 'react' -import { ThemeProvider as StyleThemeProvider } from 'styled-components' import { MemoryRouter } from 'react-router-dom' +import { ThemeProvider as StyleThemeProvider } from 'styled-components' import { SideBar } from '..' import { api } from '../../../../network/api' import { AppStore, useAppStore } from '../../../../stores/useAppStore' @@ -120,7 +120,7 @@ describe('Test SideBar', () => { expect(container.querySelector('#sidebar-wrapper')).toBeInTheDocument() }) - it('Test that typing into the search bar updates the search term in the application state.', () => { + it('Test that typing into the searchs bar updates the search term in the application state.', () => { const [setCurrentSearchMock, onSubmitMock] = [jest.fn(), jest.fn()] useAppStoreMock.mockReturnValue({