Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Include the comma in the translation [(#1787)](GoogleCloudPlatform/py…
Browse files Browse the repository at this point in the history
  • Loading branch information
engelke authored and danoscarmike committed Jul 31, 2020
1 parent fda54c5 commit fb286a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/quickstart_test.py
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'Привет, мир!' in out

0 comments on commit fb286a7

Please sign in to comment.