Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL committed Aug 17, 2024
1 parent 711de2d commit 41a15e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .coverage
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_homewizard_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ async def test_request_timeout():
with pytest.raises(RequestError):
await api.request("api/v1/data")

assert api._session.request.call_count == 1
assert api._session.request.call_count == 4


async def test_close_when_out_of_scope():
Expand Down

0 comments on commit 41a15e5

Please sign in to comment.