Fix mention helper test

This commit is contained in:
Chocobozzz
2019-02-14 11:58:08 +01:00
parent 4759fedc61
commit ed10645c2f

View File

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