diff --git a/test/routes/graphql/Mutation/deletecomment.test.ts b/test/routes/graphql/Mutation/deletecomment.test.ts index 3d1a6673e0..895c227f7d 100644 --- a/test/routes/graphql/Mutation/deletecomment.test.ts +++ b/test/routes/graphql/Mutation/deletecomment.test.ts @@ -92,7 +92,6 @@ interface CommentsFindFirstConfig { }; } -// --- Helper: Mock commentsTable.findFirst --- interface Comment { id: string; creatorId: string;