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 8e99524 commit b62c6beCopy full SHA for b62c6be
language/snippets/ocr_nl/main_test.py
@@ -97,4 +97,4 @@ def test_main(tmpdir, capsys):
97
98
stdout, _ = capsys.readouterr()
99
100
- assert re.search(r'google was found with count', stdout)
+ assert re.search(r'.* found with count', stdout)
0 commit comments