diff --git a/test/client.js b/test/client.js index 9886419..9f1c397 100644 --- a/test/client.js +++ b/test/client.js @@ -192,10 +192,9 @@ test('udp: client.scrape()', function (t) { testClientScrape(t, 'udp') }) -// TODO: uncomment once scrape is supported on WebSocket trackers -// test('ws: client.scrape()', function (t) { -// testClientScrape(t, 'ws') -// }) +test('ws: client.scrape()', function (t) { + testClientScrape(t, 'ws') +}) function testClientAnnounceWithParams (t, serverType) { t.plan(5)