Skip to content

Commit

Permalink
fix: merge conflict with delete
Browse files Browse the repository at this point in the history
  • Loading branch information
victormayowa committed Mar 2, 2025
1 parent 30904a4 commit ce1662b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/comments/tests/comments.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const mockCommentRepository = () => ({
save: jest.fn(),
findOne: jest.fn(),
delete: jest.fn(),
findOne: jest.fn(),
createQueryBuilder: jest.fn(() => mockQueryBuilder),
});

Expand Down

0 comments on commit ce1662b

Please sign in to comment.