Add type hints to integration tests (part 21) (#88233)
This commit is contained in:
parent
0748e12341
commit
dab8557951
49 changed files with 536 additions and 328 deletions
|
@ -212,7 +212,7 @@ async def test_state_change_count(hass: HomeAssistant) -> None:
|
|||
assert len(events) < 721
|
||||
|
||||
|
||||
async def test_setup_and_remove_config_entry(hass: ha.HomeAssistant) -> None:
|
||||
async def test_setup_and_remove_config_entry(hass: HomeAssistant) -> None:
|
||||
"""Test setting up and removing a config entry."""
|
||||
# Setup the config entry
|
||||
config_entry = MockConfigEntry(domain=sun.DOMAIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue