Fix adding twice a torrent in webtorrent
This commit is contained in:
parent
b3b9264742
commit
bc59d9e056
|
@ -316,7 +316,7 @@ describe('Test multiple pods', function () {
|
||||||
expect(torrent.files.length).to.equal(1)
|
expect(torrent.files.length).to.equal(1)
|
||||||
expect(torrent.files[0].path).to.exist.and.to.not.equal('')
|
expect(torrent.files[0].path).to.exist.and.to.not.equal('')
|
||||||
|
|
||||||
done()
|
webtorrent.remove(video.magnetUri, done)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue