Skip to content

Commit

Permalink
Removed test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Aug 10, 2019
1 parent 1a9fa22 commit e478198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Expand Up @@ -65,7 +65,7 @@ test('subscribe QoS 0', function (t) {
})
})

test.only('test empty subscriptions', function (t) {
test('test empty subscriptions', function (t) {
t.plan(0)

var broker = aedes()
Expand Down

0 comments on commit e478198

Please sign in to comment.