diff --git a/tests/udp.js b/tests/udp.js index e459c1c..159160a 100644 --- a/tests/udp.js +++ b/tests/udp.js @@ -288,7 +288,7 @@ test('Server hex dump - output()', function (t) { }) }) -test('Client hex dump', function(t){ +test('Client hex dump', function (t) { t.plan(6) t.timeoutAfter(5000) @@ -313,7 +313,6 @@ test('Client hex dump', function(t){ }) }) - /* // TODO: udp proxy (different port) */