mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add failing test
This commit is contained in:
@@ -65,7 +65,7 @@ async def test_demo_statistics(hass, recorder_mock):
|
|||||||
"unit_of_measurement": "°C",
|
"unit_of_measurement": "°C",
|
||||||
} in statistic_ids
|
} in statistic_ids
|
||||||
assert {
|
assert {
|
||||||
"has_mean": False,
|
"has_mean": True,
|
||||||
"has_sum": True,
|
"has_sum": True,
|
||||||
"name": None,
|
"name": None,
|
||||||
"source": "demo",
|
"source": "demo",
|
||||||
|
Reference in New Issue
Block a user