Skip to content

Commit

Permalink
More prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman authored Jan 26, 2025
1 parent 52a3634 commit db538bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/groups.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ describe('Extension: Groups', () => {
expect(mockMQTTPublishAsync).toHaveBeenCalledWith('zigbee2mqtt/group_1', stringify({state: 'OFF'}), {retain: false, qos: 0});
});

it('Should publish state change off if all lights within turn off with non default-ep, but device state does not use them', async () => {
it('Should publish state change off if all lights within turn off with non default-ep, but device state does not use them', async () => {
const device_1 = devices.bulb_color;
const device_2 = devices.InovelliVZM31SN;
const endpoint_1 = device_1.getEndpoint(1)!;
Expand Down

0 comments on commit db538bb

Please sign in to comment.