From af20feae6806bab7f36597132691c88174ee5856 Mon Sep 17 00:00:00 2001 From: Hans Klunder Date: Mon, 13 Jun 2022 09:14:13 +0200 Subject: [PATCH] fix: invalid client id in test.js (#99) --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 325fc3e..1f91cc2 100644 --- a/test.js +++ b/test.js @@ -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 }]