]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/video-abuses.js
Move video file metadata in their own table
[github/Chocobozzz/PeerTube.git] / server / tests / utils / video-abuses.js
index 596c824b321c097d44e0d7acba28037616797b44..c4dd879902d3dd95afb72ac74979e93c339453a7 100644 (file)
@@ -2,7 +2,7 @@
 
 const request = require('supertest')
 
-const videosUtils = {
+const videosAbuseUtils = {
   getVideoAbusesList,
   getVideoAbusesListPagination,
   getVideoAbusesListSort,
@@ -70,4 +70,4 @@ function getVideoAbusesListSort (url, token, sort, end) {
 
 // ---------------------------------------------------------------------------
 
-module.exports = videosUtils
+module.exports = videosAbuseUtils