diff --git a/tests/components/mill/test_statistics.py b/tests/components/mill/test_statistics.py index 3c7a832d1e5..0d8cf8a2387 100644 --- a/tests/components/mill/test_statistics.py +++ b/tests/components/mill/test_statistics.py @@ -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())