diff options
Diffstat (limited to 'server/tests/api/video-comments.ts')
-rw-r--r-- | server/tests/api/video-comments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/video-comments.ts b/server/tests/api/video-comments.ts index fbc1a0a20..2f1e6260a 100644 --- a/server/tests/api/video-comments.ts +++ b/server/tests/api/video-comments.ts | |||
@@ -8,7 +8,7 @@ import { addVideoCommentReply, addVideoCommentThread, getVideoCommentThreads, ge | |||
8 | 8 | ||
9 | const expect = chai.expect | 9 | const expect = chai.expect |
10 | 10 | ||
11 | describe('Test a video comments', function () { | 11 | describe('Test video comments', function () { |
12 | let server: ServerInfo | 12 | let server: ServerInfo |
13 | let videoId | 13 | let videoId |
14 | let videoUUID | 14 | let videoUUID |