Skip to content

Commit

Permalink
code standardized
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocco committed Jun 19, 2017
1 parent 98c9690 commit 6c0061e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/udp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -313,7 +313,6 @@ test('Client hex dump', function(t){
})
})


/*
// TODO: udp proxy (different port)
*/

0 comments on commit 6c0061e

Please sign in to comment.