mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add missing return type to some test functions (#119665)
This commit is contained in:
@@ -2067,7 +2067,7 @@ def test_states_function(hass: HomeAssistant) -> None:
|
||||
|
||||
async def test_state_translated(
|
||||
hass: HomeAssistant, entity_registry: er.EntityRegistry
|
||||
):
|
||||
) -> None:
|
||||
"""Test state_translated method."""
|
||||
assert await async_setup_component(
|
||||
hass,
|
||||
|
||||
Reference in New Issue
Block a user