Skip to content

Commit 697cf3e

Browse files
committed
Update test-except assert
1 parent 7fdf5c2 commit 697cf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@ async def test_connect_timeout(self, timeout_test):
38533853
client,
38543854
) = await self.connect_wrapper()
38553855
assert False # pragma: no cover
3856-
except pw_exceptions.DeviceTimeoutError:
3856+
except pw_exceptions.PlugwiseException:
38573857
assert True
38583858

38593859
class PlugwiseTestError(Exception):

0 commit comments

Comments
 (0)