Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
Daniel Hjelseth Høyer 2024-12-03 20:45:42 +01:00
parent 323a6f6254
commit ffa8b23ec3

View File

@ -57,4 +57,3 @@ async def test_async_setup_entry(recorder_mock: Recorder, hass: HomeAssistant) -
_sum += data[start]
assert stat["sum"] == _sum
assert _sum == sum(data.values())