From 3d446a26ada901331faaaf3be9083dfe6773b50a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Mar 2016 18:53:03 +0100 Subject: Fix tests --- server/tests/api/singlePod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/singlePod.js') diff --git a/server/tests/api/singlePod.js b/server/tests/api/singlePod.js index 3dd72c01b..d572aacf6 100644 --- a/server/tests/api/singlePod.js +++ b/server/tests/api/singlePod.js @@ -112,7 +112,7 @@ describe('Test a single pod', function () { utils.removeVideo(url, video_id, function (err) { if (err) throw err - fs.readdir(pathUtils.join(__dirname, '../../test1/uploads/'), function (err, files) { + fs.readdir(pathUtils.join(__dirname, '../../../test1/uploads/'), function (err, files) { if (err) throw err expect(files.length).to.equal(0) -- cgit v1.2.3