Skip to content

Commit c9b8c60

Browse files
authored
chore: Refactor test by removing redundant assertion
Removed redundant assertion for home_map_info length.
1 parent a1a56f7 commit c9b8c60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/devices/traits/v1/test_home.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,6 @@ async def test_discover_home_device_busy_cleaning(
499499
await home_trait.refresh()
500500

501501
# 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-
505502
assert home_trait.home_map_info is not None
506503
assert home_trait.home_map_info.keys() == {0, 123}
507504
assert home_trait.home_map_content is not None

0 commit comments

Comments
 (0)