Skip to content

Commit f8115ce

Browse files
allenporterCopilot
andauthored
chore: Remove unnecessary assert in test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 93ab162 commit f8115ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/devices/test_device_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ async def mock_home_data_with_counter(*args, **kwargs) -> HomeData:
320320

321321
new_device = await device_manager.get_device("new_device_duid")
322322
assert new_device
323-
assert new_device is not None
324323
assert new_device.name == "New Device"
325324

326325
# Ensure closing again works without error

0 commit comments

Comments
 (0)