We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1de78 commit 9dce0bfCopy full SHA for 9dce0bf
test/unit/lib/mqtt_spec.js
@@ -416,7 +416,6 @@ describe('MQTT Comms', function () {
416
command: 'reportPackages'
417
}
418
419
- mqttClient.should.not.have.property('reportPackages')
420
const payloadStr = JSON.stringify(payload)
421
await new Promise(resolve => setTimeout(resolve, 500))
422
mqttClient.client.publish(commandTopic, payloadStr, function (err) {
0 commit comments