Skip to content

Commit

Permalink
Fix ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kars-de-Jong committed Dec 28, 2024
1 parent 08f1e82 commit ee366c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/tests_old/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"32:097710": {"class": "CO2"},
"32:139773": {"class": "HUM"},
"37:123456": {"class": "FAN"},
"40:123456": {"class": "REM", "faked": True}
"40:123456": {"class": "REM", "faked": True},
},
}

Expand Down Expand Up @@ -795,7 +795,10 @@ async def test_svc_send_packet(hass: HomeAssistant, entry: ConfigEntry) -> None:

await _test_service_call(hass, SVC_SEND_PACKET, data, schemas=schemas)

async def test_svc_send_packet_with_impersonation(hass: HomeAssistant, entry: ConfigEntry) -> None:

async def test_svc_send_packet_with_impersonation(
hass: HomeAssistant, entry: ConfigEntry
) -> None:
"""Test the service call."""

data = {
Expand Down

0 comments on commit ee366c4

Please sign in to comment.