From e4781985e8c122a32c4ef93b16c2a886d90a69ce Mon Sep 17 00:00:00 2001 From: gnought <1684105+gnought@users.noreply.github.com> Date: Sun, 11 Aug 2019 03:32:07 +0800 Subject: [PATCH] Removed test.only --- test/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.js b/test/basic.js index 1bb16fed..a17dcfb3 100644 --- a/test/basic.js +++ b/test/basic.js @@ -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()