tests: Mark found lines more clearly

This commit is contained in:
Florian Bruhin 2025-10-24 12:25:45 +02:00
parent da9bd515fd
commit 294534cf66
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ class Process(QObject):
match = self._wait_for_match(spy, kwargs)
if match is not None:
if message is not None:
self._log("----> found it")
self._log(f"----> found it: {match.formatted_str()}")
return match
raise quteutils.Unreachable