Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto Paulsen authored and Otto Paulsen committed Feb 14, 2024
1 parent 74b7e4a commit 3670f8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/commands-input-schedule-merger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) });
Expand Down

0 comments on commit 3670f8f

Please sign in to comment.