mirror of
https://github.com/home-assistant/core.git
synced 2025-09-25 21:09:38 +00:00
Migrate homekit_controller tests to use freezegun (#105646)
This commit is contained in:

committed by
GitHub

parent
08ca3678da
commit
d322cb5fdf
@@ -95,7 +95,7 @@ async def test_ecobee_clear_hold_press_button(hass: HomeAssistant) -> None:
|
||||
|
||||
|
||||
async def test_migrate_unique_id(
|
||||
hass: HomeAssistant, entity_registry: er.EntityRegistry, utcnow
|
||||
hass: HomeAssistant, entity_registry: er.EntityRegistry
|
||||
) -> None:
|
||||
"""Test a we can migrate a button unique id."""
|
||||
aid = get_next_aid()
|
||||
|
Reference in New Issue
Block a user