Skip to content

Commit b20a1f3

Browse files
committed
Correct testcase
1 parent 7ee9bf3 commit b20a1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_adam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def test_connect_adam_zone_per_device(self):
8282
try:
8383
await smile.delete_notification()
8484
notification_deletion = False # pragma: no cover
85-
except pw_exceptions.PlugwiseError:
85+
except pw_exceptions.ConnectionFailedError:
8686
notification_deletion = True
8787
assert notification_deletion
8888

0 commit comments

Comments
 (0)