diff options
Diffstat (limited to 'src/components/organisms/layout/comments-list.test.tsx')
| -rw-r--r-- | src/components/organisms/layout/comments-list.test.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/organisms/layout/comments-list.test.tsx b/src/components/organisms/layout/comments-list.test.tsx index d7e170c..2a05204 100644 --- a/src/components/organisms/layout/comments-list.test.tsx +++ b/src/components/organisms/layout/comments-list.test.tsx @@ -1,8 +1,7 @@ import { describe, it } from '@jest/globals'; import { render } from '../../../../tests/utils'; -import { saveComment } from './comment.fixture'; import { CommentsList } from './comments-list'; -import { comments } from './comments-list.fixture'; +import { comments, saveComment } from './comments-list.fixture'; describe('CommentsList', () => { it('renders a comments list', () => { |
