Skip to content

Commit

Permalink
translate: make test generic [(#3386)](GoogleCloudPlatform/python-doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and danoscarmike committed Jul 31, 2020
1 parent 9e43ec4 commit 426a4ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
def test_quickstart(capsys):
quickstart.run_quickstart()
out, _ = capsys.readouterr()
assert u'Привет, мир!' in out
assert u'Translation' in out

0 comments on commit 426a4ce

Please sign in to comment.