We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d5c6b commit efeb92dCopy full SHA for efeb92d
tests/test_exceptions.py
@@ -59,7 +59,7 @@ def test_exceptions(qtbot):
59
expected_lines = [
60
"*RuntimeError: original error",
61
"*app.sendEvent*",
62
- "*ValueError: mistakes were made*",
+ "*ValueError:*mistakes were made*",
63
"*1 failed*",
64
]
65
else:
0 commit comments