diff --git a/__tests__/utils/shortenUrl.test.ts b/__tests__/utils/shortenUrl.test.ts index b266c5d..100c157 100644 --- a/__tests__/utils/shortenUrl.test.ts +++ b/__tests__/utils/shortenUrl.test.ts @@ -1,7 +1,7 @@ import { UserTypes } from '@/types/user.types'; import { userData } from '../../fixtures/users'; import { TINY_API_URL } from '@/constants/url'; -import shortenUrl from '@/utils/shortenUrl'; +import shortenUrl from '../../src/utils/ShortenUrl'; describe('shortenUrl', () => { beforeEach(() => {