diff --git a/source/frontend/src/features/mapSideBar/property/PropertyContainer.test.tsx b/source/frontend/src/features/mapSideBar/property/PropertyContainer.test.tsx index c56fc9bc03..d5fc1812c5 100644 --- a/source/frontend/src/features/mapSideBar/property/PropertyContainer.test.tsx +++ b/source/frontend/src/features/mapSideBar/property/PropertyContainer.test.tsx @@ -3,7 +3,7 @@ import { createMemoryHistory } from 'history'; import { Claims } from '@/constants'; import { mockLookups } from '@/mocks/lookups.mock'; import { lookupCodesSlice } from '@/store/slices/lookupCodes'; -import { cleanup, getByText, render, RenderOptions } from '@/utils/test-utils'; +import { cleanup, render, RenderOptions } from '@/utils/test-utils'; import PropertyContainer, { IPropertyContainerProps } from './PropertyContainer';