Skip to content

Commit

Permalink
fix: invalid client id in test.js (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme authored Jun 13, 2022
1 parent 10a9fc8 commit af20fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ test('outgoingUpdate doesn\'t clear packet ttl', t => {
id: 'ttlTest'
}
const subs = [{
clientId: client.clientId,
clientId: client.id,
topic: 'hello',
qos: 1
}]
Expand Down

0 comments on commit af20fea

Please sign in to comment.