Fix adding twice a torrent in webtorrent

pull/10/head
Chocobozzz 2016-05-13 16:35:51 +02:00
parent b3b9264742
commit bc59d9e056
1 changed files with 1 additions and 1 deletions

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)
})
})
})