aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/peertube-runner/studio-transcoding.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/peertube-runner/studio-transcoding.ts')
-rw-r--r--server/tests/peertube-runner/studio-transcoding.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/peertube-runner/studio-transcoding.ts b/server/tests/peertube-runner/studio-transcoding.ts
index f60b83dbd..400203eb3 100644
--- a/server/tests/peertube-runner/studio-transcoding.ts
+++ b/server/tests/peertube-runner/studio-transcoding.ts
@@ -103,7 +103,7 @@ describe('Test studio transcoding in peertube-runner program', function () {
103 describe('Check cleanup', function () { 103 describe('Check cleanup', function () {
104 104
105 it('Should have an empty cache directory', async function () { 105 it('Should have an empty cache directory', async function () {
106 await checkPeerTubeRunnerCacheIsEmpty() 106 await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner)
107 }) 107 })
108 }) 108 })
109 109