Skip to content

Commit

Permalink
Fix pubcomp test for mqtt 3.1.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xadh00m committed Oct 14, 2015
1 parent 021fa83 commit 7b12b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,12 @@ testParseGenerate('pubrel', {
testParseGenerate('pubcomp', {
cmd: 'pubcomp'
, retain: false
, qos: 2
, qos: 0
, dup: false
, length: 2
, messageId: 2
}, new Buffer([
116, 2, // Header
112, 2, // Header
0, 2 // Message id
]))

Expand Down

0 comments on commit 7b12b09

Please sign in to comment.