restructure
This commit is contained in:
@@ -41,7 +41,7 @@ def test_file(ad: AppDaemon, caplog: pytest.LogCaptureFixture, config_repo: Repo
|
||||
ad.loop.run_until_complete(asyncio.sleep(1.0))
|
||||
|
||||
module_load_order = get_load_order(caplog)
|
||||
assert module_load_order == ['food.meal', 'restaurant']
|
||||
assert module_load_order == ['food.menu', 'restaurant']
|
||||
|
||||
reset_file(config_repo, module_file)
|
||||
ad.loop.run_until_complete(asyncio.sleep(1.0))
|
||||
@@ -60,7 +60,7 @@ def test_file_with_error(ad: AppDaemon, caplog: pytest.LogCaptureFixture, config
|
||||
ad.loop.run_until_complete(asyncio.sleep(1.0))
|
||||
|
||||
module_load_order = get_load_order(caplog)
|
||||
assert module_load_order == ['food.meal', 'restaurant']
|
||||
assert module_load_order == ['food.menu', 'restaurant']
|
||||
|
||||
reset_file(config_repo, module_file)
|
||||
ad.loop.run_until_complete(asyncio.sleep(1.0))
|
||||
|
||||
Reference in New Issue
Block a user