mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Ensure recorder test fixture is setup before hass fixture (#80528)
* Ensure recorder test fixture is setup before hass fixture * Adjust more tests
This commit is contained in:
@@ -9,7 +9,7 @@ from tests.common import SetupRecorderInstanceT
|
||||
|
||||
|
||||
async def test_async_migration_in_progress(
|
||||
hass: HomeAssistant, async_setup_recorder_instance: SetupRecorderInstanceT
|
||||
async_setup_recorder_instance: SetupRecorderInstanceT, hass: HomeAssistant
|
||||
):
|
||||
"""Test async_migration_in_progress wraps the recorder."""
|
||||
with patch(
|
||||
|
||||
Reference in New Issue
Block a user