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 2340a28 commit ab8ee50Copy full SHA for ab8ee50
tests/test_smile.py
@@ -5061,7 +5061,7 @@ async def test_connect_p1v4_missing_logs(self):
5061
try:
5062
await self.device_test(smile, testdata)
5063
except pw_exceptions.XMLDataMissingError:
5064
- _LOGGER.info("Passed XML data missing testcase, processing stopped")
+ _LOGGER.info("Passed XML data missing testcase.")
5065
5066
await smile.close_connection()
5067
await self.disconnect(server, client)
0 commit comments