Remove pointless TODO in recorder tests (#119490)

This commit is contained in:
epenet 2024-06-12 18:08:01 +02:00 committed by GitHub
parent db3029dc5f
commit 2f5f372f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2816,7 +2816,7 @@ async def test_import_statistics(
},
]
}
statistic_ids = list_statistic_ids(hass) # TODO
statistic_ids = list_statistic_ids(hass)
assert statistic_ids == [
{
"display_unit_of_measurement": "kWh",
@ -3034,7 +3034,7 @@ async def test_adjust_sum_statistics_energy(
},
]
}
statistic_ids = list_statistic_ids(hass) # TODO
statistic_ids = list_statistic_ids(hass)
assert statistic_ids == [
{
"display_unit_of_measurement": "kWh",
@ -3227,7 +3227,7 @@ async def test_adjust_sum_statistics_gas(
},
]
}
statistic_ids = list_statistic_ids(hass) # TODO
statistic_ids = list_statistic_ids(hass)
assert statistic_ids == [
{
"display_unit_of_measurement": "",