fix(ignore): remove console.log in test

This commit is contained in:
koenkk
2023-11-22 21:42:44 +01:00
parent 61b08c94bf
commit 8cf41a137a
-1
View File
@@ -1432,7 +1432,6 @@ describe('Publish', () => {
await flushPromises();
expect(group.command).toHaveBeenCalledTimes(1);
expect(group.command).toHaveBeenCalledWith('genScenes', 'recall', { groupid: 15071, sceneid: 1 }, {});
console.log(logger.error.mock.calls);
expect(MQTT.publish).toHaveBeenCalledTimes(8);
expect(MQTT.publish).toHaveBeenNthCalledWith(1,
'zigbee2mqtt/group_tradfri_remote',