Skip to content

Commit dda7c9b

Browse files
committed
Modified subscribe() to validate topics before sending subscriptions to MQTT servers
1 parent e44cd0b commit dda7c9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/abstract_client.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ module.exports = function (server, config) {
314314
});
315315
});
316316

317-
318317
it('should return an error (via callbacks) for topic system/+/#/event', function (done) {
319318
var client = connect();
320319
client.subscribe( 'system/+/#/event', function (err) {
@@ -325,8 +324,6 @@ module.exports = function (server, config) {
325324
});
326325
});
327326

328-
329-
330327
});
331328

332329
describe('offline messages', function () {

0 commit comments

Comments
 (0)