Skip to content

Commit

Permalink
Fix mention helper test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Feb 14, 2019
1 parent 7a33818 commit 816970f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/tests/helpers/comment-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class CommentMock {
text: string

extractMentions = VideoCommentModel.prototype.extractMentions

isOwned = () => true
}

describe('Comment model', function () {
Expand Down

0 comments on commit 816970f

Please sign in to comment.