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 7ee9bf3 commit b20a1f3Copy full SHA for b20a1f3
tests/test_adam.py
@@ -82,7 +82,7 @@ async def test_connect_adam_zone_per_device(self):
82
try:
83
await smile.delete_notification()
84
notification_deletion = False # pragma: no cover
85
- except pw_exceptions.PlugwiseError:
+ except pw_exceptions.ConnectionFailedError:
86
notification_deletion = True
87
assert notification_deletion
88
0 commit comments