From 5dbc1375722909cb5a0022b3e1c021f3bb5415cb Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 5 Apr 2022 00:59:15 +0200 Subject: [PATCH] Add failing test --- tests/components/demo/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/demo/test_init.py b/tests/components/demo/test_init.py index beffa3ba332..3414ba7b6d0 100644 --- a/tests/components/demo/test_init.py +++ b/tests/components/demo/test_init.py @@ -65,7 +65,7 @@ async def test_demo_statistics(hass, recorder_mock): "unit_of_measurement": "°C", } in statistic_ids assert { - "has_mean": False, + "has_mean": True, "has_sum": True, "name": None, "source": "demo",