diff options
Diffstat (limited to 'server/tests/api/single-pod.js')
-rw-r--r-- | server/tests/api/single-pod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/single-pod.js b/server/tests/api/single-pod.js index 04b93fac7..2ac83bbf4 100644 --- a/server/tests/api/single-pod.js +++ b/server/tests/api/single-pod.js | |||
@@ -96,7 +96,7 @@ describe('Test a single pod', function () { | |||
96 | expect(torrent.files.length).to.equal(1) | 96 | expect(torrent.files.length).to.equal(1) |
97 | expect(torrent.files[0].path).to.exist.and.to.not.equal('') | 97 | expect(torrent.files[0].path).to.exist.and.to.not.equal('') |
98 | 98 | ||
99 | webtorrent.remove(video.magnetUri, done) | 99 | done() |
100 | }) | 100 | }) |
101 | }) | 101 | }) |
102 | }) | 102 | }) |