From 6509965ddba91d22ff3544d010ac1afa02ad29de Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Sat, 29 Mar 2025 09:02:30 +0000 Subject: [PATCH] Fixing comment import --- backend/src/comment/comment.entity.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/comment/comment.entity.spec.ts b/backend/src/comment/comment.entity.spec.ts index 240ae0b..f9f617f 100644 --- a/backend/src/comment/comment.entity.spec.ts +++ b/backend/src/comment/comment.entity.spec.ts @@ -1,4 +1,4 @@ -import { Comment } from './comment'; +import { Comment } from './comment.entity'; describe('Comment', () => { it('should be defined', () => {