We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a56f7 commit c9b8c60Copy full SHA for c9b8c60
tests/devices/traits/v1/test_home.py
@@ -499,9 +499,6 @@ async def test_discover_home_device_busy_cleaning(
499
await home_trait.refresh()
500
501
# Verify we now have all of the information populated from discovery
502
- assert home_trait.home_map_info is not None
503
- assert len(home_trait.home_map_info) == 2
504
-
505
assert home_trait.home_map_info is not None
506
assert home_trait.home_map_info.keys() == {0, 123}
507
assert home_trait.home_map_content is not None
0 commit comments