diff --git a/opentrons-ai-client/src/molecules/UploadInput/__tests__/UploadInput.test.tsx b/opentrons-ai-client/src/molecules/UploadInput/__tests__/UploadInput.test.tsx index 5c99328ade3..7ba6d6033f5 100644 --- a/opentrons-ai-client/src/molecules/UploadInput/__tests__/UploadInput.test.tsx +++ b/opentrons-ai-client/src/molecules/UploadInput/__tests__/UploadInput.test.tsx @@ -9,9 +9,9 @@ import { SPACING, LegacyStyledText, } from '@opentrons/components' -import { i18n } from '/app/i18n' import { UploadInput } from '..' -import { renderWithProviders } from '/app/__testing-utils__' +import { renderWithProviders } from '../../../__testing-utils__' +import { i18n } from '../../../i18n' describe('UploadInput', () => { let onUpload: any