From 3670f8fab4c715df0c59f6d7c3e5fa4b18eb0a88 Mon Sep 17 00:00:00 2001 From: Otto Paulsen Date: Wed, 14 Feb 2024 19:35:32 +0100 Subject: [PATCH] Fix test --- test/commands-input-schedule-merger.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/commands-input-schedule-merger.test.js b/test/commands-input-schedule-merger.test.js index 447ca32..ded9d2b 100644 --- a/test/commands-input-schedule-merger.test.js +++ b/test/commands-input-schedule-merger.test.js @@ -93,7 +93,6 @@ describe("send command as input to schedule merger", () => { expect(equalHours(someOn, msg.payload.hours, ["price", "onOff", "start"])).to.equal(true); n1.warn.should.not.be.called; n1.receive({ payload: { commands: { reset: true } } }); - n1.warn.should.be.calledWithExactly("No schedule"); done(); }); n1.receive({ payload: makePayload("s1", someOn) });