1
0
Fork 0

Fix adding twice a torrent in webtorrent

This commit is contained in:
Chocobozzz 2016-05-13 16:35:51 +02:00
parent b3b9264742
commit bc59d9e056

View file

@ -316,7 +316,7 @@ describe('Test multiple pods', function () {
expect(torrent.files.length).to.equal(1)
expect(torrent.files[0].path).to.exist.and.to.not.equal('')
done()
webtorrent.remove(video.magnetUri, done)
})
})
})