From 9d4705fc1c7a8f0d046b77eee004b97d8b152cf3 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 23 Sep 2019 23:59:01 +0200 Subject: [PATCH] Remove onlyThis. --- test/controller.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controller.test.js b/test/controller.test.js index 67c8bcf67..fa0d08953 100644 --- a/test/controller.test.js +++ b/test/controller.test.js @@ -300,7 +300,7 @@ describe('Controller', () => { expect(MQTT.publish).toHaveBeenCalledWith("zigbee2mqtt/bulb/dummy-2", 'no', {"qos": 0, "retain": true}, expect.any(Function)); }); - it('onlythis Publish entity state with device information', async () => { + it('Publish entity state with device information', async () => { await controller.start(); settings.set(['mqtt', 'include_device_information'], true); MQTT.publish.mockClear();