mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add missing argument type to core tests (#119667)
This commit is contained in:
@@ -1601,7 +1601,7 @@ async def test_translation_key(hass: HomeAssistant) -> None:
|
||||
assert mock_entity2.translation_key == "from_entity_description"
|
||||
|
||||
|
||||
async def test_repr(hass) -> None:
|
||||
async def test_repr(hass: HomeAssistant) -> None:
|
||||
"""Test Entity.__repr__."""
|
||||
|
||||
class MyEntity(MockEntity):
|
||||
|
||||
Reference in New Issue
Block a user