Skip to content

Commit

Permalink
Merge 1dea1b1 into ef99045
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 12, 2019
2 parents ef99045 + 1dea1b1 commit 00bbdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qos1.js
Expand Up @@ -694,7 +694,7 @@ test('subscribe and publish QoS 1 in parallel', function (t) {

s.outStream.once('data', function (packet) {
t.equal(packet.cmd, 'puback')
t.equal(packet.messageId, 42, 'messageId must match differ')
t.equal(packet.messageId, 42, 'messageId must match')
s.outStream.once('data', function (packet) {
s.inStream.write({
cmd: 'puback',
Expand Down

0 comments on commit 00bbdc6

Please sign in to comment.