Try to fix travis

This commit is contained in:
Chocobozzz 2016-10-14 18:59:01 +02:00
parent 2ac6c52560
commit 7a2c9a8e55
1 changed files with 1 additions and 1 deletions

View File

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