Fix mention helper test

pull/1635/head
Chocobozzz 2019-02-14 11:58:08 +01:00
parent 4759fedc61
commit ed10645c2f
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 () {