Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 15, 2019
1 parent 6327a01 commit 4dc0715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qos1.js
Expand Up @@ -252,7 +252,7 @@ test('resend publish on non-clean reconnect QoS 1', function (t) {
t.equal(list.length, 1, 'should remain one item in queue')
t.deepEqual(list[0].payload, Buffer.from('world world'), 'packet must match')
}))
t.end()
t.end()
}, 100)
})
})
Expand Down

0 comments on commit 4dc0715

Please sign in to comment.