mirror of
https://github.com/home-assistant/core.git
synced 2025-07-04 03:47:09 +00:00
Rename some incorrectly named assist_pipeline tests (#98389)
This commit is contained in:
parent
e0fd83daab
commit
1869177f08
@ -31,7 +31,7 @@ async def load_homeassistant(hass) -> None:
|
|||||||
assert await async_setup_component(hass, "homeassistant", {})
|
assert await async_setup_component(hass, "homeassistant", {})
|
||||||
|
|
||||||
|
|
||||||
async def test_load_datasets(hass: HomeAssistant, init_components) -> None:
|
async def test_load_pipelines(hass: HomeAssistant, init_components) -> None:
|
||||||
"""Make sure that we can load/save data correctly."""
|
"""Make sure that we can load/save data correctly."""
|
||||||
|
|
||||||
pipelines = [
|
pipelines = [
|
||||||
@ -92,10 +92,10 @@ async def test_load_datasets(hass: HomeAssistant, init_components) -> None:
|
|||||||
assert store1.async_get_preferred_item() == store2.async_get_preferred_item()
|
assert store1.async_get_preferred_item() == store2.async_get_preferred_item()
|
||||||
|
|
||||||
|
|
||||||
async def test_loading_datasets_from_storage(
|
async def test_loading_pipelines_from_storage(
|
||||||
hass: HomeAssistant, hass_storage: dict[str, Any]
|
hass: HomeAssistant, hass_storage: dict[str, Any]
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test loading stored datasets on start."""
|
"""Test loading stored pipelines on start."""
|
||||||
hass_storage[STORAGE_KEY] = {
|
hass_storage[STORAGE_KEY] = {
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"minor_version": 1,
|
"minor_version": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user