fixes for standard v8

This commit is contained in:
Feross Aboukhadijeh 2016-07-13 13:54:12 -07:00
parent 2ac65725a1
commit cc783392c4

View File

@ -96,7 +96,8 @@ function testFilterCustomError (t, serverType) {
var client = new Client({
infoHash: fixtures.alice.parsedTorrent.infoHash,
announce: announceUrl,
peerId: peerId, port: 6881,
peerId: peerId,
port: 6881,
wrtc: {}
})