Skip to content

Commit d2358af

Browse files
committed
Revert "Add test-logger message"
This reverts commit ab8ee50.
1 parent d7a94e7 commit d2358af

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

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

0 commit comments

Comments
 (0)