Fix mention helper test

pull/1830/head
Chocobozzz 2019-02-14 11:58:08 +01:00
parent 7a338188f3
commit 816970ff7a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

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