From ffa8b23ec3b3b022aa561c872b9724cd739f85a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 3 Dec 2024 20:45:42 +0100 Subject: [PATCH] Add test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Hjelseth Høyer --- tests/components/mill/test_statistics.py | 1 - 1 file changed, 1 deletion(-) 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())