Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Apr 25, 2024
1 parent b57c079 commit c820f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ async def test_get_limit(
)
assert response == {"type": "energy", "value": 10}


async def test_release_claim(
hass,
test_charger,
Expand Down Expand Up @@ -210,6 +211,7 @@ async def test_release_claim(
)
assert "Release claim command sent." in caplog.text


async def test_clear_override(
hass,
test_charger,
Expand Down Expand Up @@ -245,4 +247,4 @@ async def test_clear_override(
{CONF_DEVICE_ID: entry.device_id},
blocking=True,
)
assert "Override clear command sent." in caplog.text
assert "Override clear command sent." in caplog.text

0 comments on commit c820f5c

Please sign in to comment.