Chocobozzz 5 лет назад
Родитель
Сommit
ed10645c2f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      server/tests/helpers/comment-model.ts

+ 2 - 0
server/tests/helpers/comment-model.ts

@@ -10,6 +10,8 @@ class CommentMock {
   text: string
 
   extractMentions = VideoCommentModel.prototype.extractMentions
+
+  isOwned = () => true
 }
 
 describe('Comment model', function () {