Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Nov 9, 2023
1 parent 110dd27 commit 0d81b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils/shortenUrl.test.ts
Original file line number Diff line number Diff line change
@@ -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(() => {
Expand Down

0 comments on commit 0d81b34

Please sign in to comment.