diff options
-rw-r--r-- | server/tests/api/multiplePods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/multiplePods.js b/server/tests/api/multiplePods.js index 486457347..51e7fb3d1 100644 --- a/server/tests/api/multiplePods.js +++ b/server/tests/api/multiplePods.js | |||
@@ -316,7 +316,7 @@ describe('Test multiple pods', function () { | |||
316 | expect(torrent.files.length).to.equal(1) | 316 | expect(torrent.files.length).to.equal(1) |
317 | expect(torrent.files[0].path).to.exist.and.to.not.equal('') | 317 | expect(torrent.files[0].path).to.exist.and.to.not.equal('') |
318 | 318 | ||
319 | done() | 319 | webtorrent.remove(video.magnetUri, done) |
320 | }) | 320 | }) |
321 | }) | 321 | }) |
322 | }) | 322 | }) |