Skip to content

Commit ab8ee50

Browse files
committed
Add test-logger message
1 parent 2340a28 commit ab8ee50

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
@@ -5061,7 +5061,7 @@ async def test_connect_p1v4_missing_logs(self):
50615061
try:
50625062
await self.device_test(smile, testdata)
50635063
except pw_exceptions.XMLDataMissingError:
5064-
_LOGGER.info("Passed XML data missing testcase, processing stopped")
5064+
_LOGGER.info("Passed XML data missing testcase.")
50655065

50665066
await smile.close_connection()
50675067
await self.disconnect(server, client)

0 commit comments

Comments
 (0)