Skip to content

Commit 9dce0bf

Browse files
committed
Fix test
1 parent 5f1de78 commit 9dce0bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/lib/mqtt_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ describe('MQTT Comms', function () {
416416
command: 'reportPackages'
417417
}
418418

419-
mqttClient.should.not.have.property('reportPackages')
420419
const payloadStr = JSON.stringify(payload)
421420
await new Promise(resolve => setTimeout(resolve, 500))
422421
mqttClient.client.publish(commandTopic, payloadStr, function (err) {

0 commit comments

Comments
 (0)