From acc4abe32d329726c5b6848e84c0a8822e7b7dc3 Mon Sep 17 00:00:00 2001 From: devinleighsmith Date: Wed, 1 Nov 2023 11:42:39 -0700 Subject: [PATCH] lint correction --- .../src/features/mapSideBar/property/PropertyContainer.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';