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 1f3b392 commit 0e3d3b1Copy full SHA for 0e3d3b1
language/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