Skip to content

Commit 5b75762

Browse files
committed
Change to plugwise.exceptions.InvalidXMLError
1 parent 88b0085 commit 5b75762

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
@@ -3041,7 +3041,7 @@ async def test_fail_legacy_system(self):
30413041
try:
30423042
_server, _smile, _client = await self.connect_wrapper()
30433043
assert False # pragma: no cover
3044-
except pw_exceptions.ConnectionFailedError:
3044+
except pw_exceptions.InvalidXMLError:
30453045
assert True
30463046

30473047
@pytest.mark.asyncio

0 commit comments

Comments
 (0)