Skip to content

Commit 4f6f62d

Browse files
committed
Merge branch 'master' of github.com:tabrizian/async-mqtt
2 parents 8ca3886 + a2433d5 commit 4f6f62d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function runTests () {
2121
var client = AsyncMQTT.connect(SERVER_URL);
2222

2323
t.ok(client instanceof AsyncClient, 'Connect returned an AsyncClient');
24-
2524
client.end();
2625
});
2726

0 commit comments

Comments
 (0)