From 9e00d3ba420251876ea2da99a5eec4fd282f4411 Mon Sep 17 00:00:00 2001 From: Bassel Date: Tue, 17 Jan 2023 14:48:35 +0200 Subject: [PATCH] fixing another import path --- .../core/data-transfer/src/strapi/__tests__/register.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/data-transfer/src/strapi/__tests__/register.test.ts b/packages/core/data-transfer/src/strapi/__tests__/register.test.ts index 9063b60c19..fc5902845a 100644 --- a/packages/core/data-transfer/src/strapi/__tests__/register.test.ts +++ b/packages/core/data-transfer/src/strapi/__tests__/register.test.ts @@ -2,7 +2,7 @@ import { getStrapiFactory } from '../../__tests__/test-utils'; import { createTransferHandler } from '../remote/handlers'; import register from '../register'; -import { TRANSFER_PATH } from '../../../lib/strapi/remote/constants'; +import { TRANSFER_PATH } from '../remote/constants'; afterEach(() => { jest.clearAllMocks();