Skip to content

Commit

Permalink
fix(ignore): remove console.log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 22, 2023
1 parent 61b08c9 commit 8cf41a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/publish.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8cf41a1

Please sign in to comment.