Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Sep 8, 2023
1 parent a48526c commit f0be180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { screen } from '@testing-library/react';

import { RelativeDate } from '~/components/RelativeDate/RelativeDate';
import { RelativeDate } from '~/components/ui/relative-date';
import { render } from '~/utils/test-utils';

describe('<RelativeDate />', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { screen } from '@testing-library/react';

import { RelativeTime } from '~/components/RelativeTime/RelativeTime';
import { RelativeTime } from '~/components/ui/relative-time';
import { render } from '~/utils/test-utils';

describe('<RelativeTime />', () => {
Expand Down

0 comments on commit f0be180

Please sign in to comment.