Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sescandell committed Jan 17, 2024
1 parent a708b6f commit 1a28988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('zwaveJSUIHandler.connect', () => {
const zwaveJSUIHandler = new ZwaveJSUIHandler(gladys, mqttLibrary, serviceId);
const sut = sinon.stub(zwaveJSUIHandler, 'handleNewMessage').resolves();
await zwaveJSUIHandler.connect();

assert.calledOnce(sut);
});
});

0 comments on commit 1a28988

Please sign in to comment.