Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Relax regex in ocr_nl sample test [(#1250)](GoogleCloudPlatform/pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored and busunkim96 committed Sep 29, 2020
1 parent ede2290 commit 1dfdbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/ocr_nl/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def test_main(tmpdir, capsys):

stdout, _ = capsys.readouterr()

assert re.search(r'google was found with count', stdout)
assert re.search(r'.* found with count', stdout)

0 comments on commit 1dfdbed

Please sign in to comment.