Skip to content

Commit

Permalink
Remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Aug 10, 2023
1 parent 8a14c58 commit 91f017e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/components/zwave_js/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ async def test_set_value_options(
hass: HomeAssistant, client, aeon_smart_switch_6, integration
) -> None:
"""Test set_value service with options."""

await hass.services.async_call(
DOMAIN,
SERVICE_SET_VALUE,
Expand Down Expand Up @@ -996,7 +995,6 @@ async def test_set_value_gather(
integration,
) -> None:
"""Test the set_value service gather functionality."""

# Test setting value by property and validate that the first node
# which triggers an error doesn't prevent the second one to be called.
with pytest.raises(HomeAssistantError):
Expand Down Expand Up @@ -1040,7 +1038,6 @@ async def test_multicast_set_value(
integration,
) -> None:
"""Test multicast_set_value service."""

# Test successful multicast call
await hass.services.async_call(
DOMAIN,
Expand Down Expand Up @@ -1342,7 +1339,6 @@ async def test_multicast_set_value_options(
integration,
) -> None:
"""Test multicast_set_value service with options."""

await hass.services.async_call(
DOMAIN,
SERVICE_MULTICAST_SET_VALUE,
Expand Down

0 comments on commit 91f017e

Please sign in to comment.