From cc783392c40375520b3da5cb6fc404d53300931e Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 13 Jul 2016 13:54:12 -0700 Subject: [PATCH] fixes for standard v8 --- test/filter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/filter.js b/test/filter.js index 88cd2c8..4e74294 100644 --- a/test/filter.js +++ b/test/filter.js @@ -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: {} })