Skip to content

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 b17678c commit e75c06c
Showing 1 changed file with 1 addition and 1 deletion.
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 e75c06c

Please sign in to comment.