Skip to content

Commit

Permalink
Enable pingreq/pingresp unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Aug 10, 2019
1 parent 4365f64 commit 0bd8ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keep-alive.js
Expand Up @@ -8,7 +8,7 @@ var setup = helper.setup
var connect = helper.connect
var noError = helper.noError

test.skip('supports pingreq/pingresp', function (t) {
test('supports pingreq/pingresp', function (t) {
t.plan(1)

var s = noError(connect(setup()))
Expand Down

0 comments on commit 0bd8ef6

Please sign in to comment.