Fix test for HMIPC (#31981)
This commit is contained in:
parent
0d874902cc
commit
da4c08de12
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async def test_hmip_load_all_supported_devices(hass, default_mock_hap_factory):
|
|||
test_devices=None, test_groups=None
|
||||
)
|
||||
|
||||
assert len(mock_hap.hmip_device_by_entity_id) == 182
|
||||
assert len(mock_hap.hmip_device_by_entity_id) == 183
|
||||
|
||||
|
||||
async def test_hmip_remove_device(hass, default_mock_hap_factory):
|
||||
|
|
Loading…
Add table
Reference in a new issue