Skip to content

Commit 2c0a2a7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent db39076 commit 2c0a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ async def change_switch_settings(**kwargs):
16961696

16971697
async def test_cancellable_service_calls_task(hass):
16981698
"""Test the creation and execution of the task that wraps adaptation service calls."""
1699-
(light, *_) = await setup_lights(hass)
1699+
light, *_ = await setup_lights(hass)
17001700
_, switch = await setup_switch(hass, {CONF_SEPARATE_TURN_ON_COMMANDS: True})
17011701
context = switch.create_context("test")
17021702

0 commit comments

Comments
 (0)