Skip to content

Commit 8a8fc16

Browse files
engelkedanoscarmike
authored andcommitted
Include the comma in the translation [(#1787)](GoogleCloudPlatform/python-docs-samples#1787)
1 parent 16ab381 commit 8a8fc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-translate/samples/snippets/quickstart_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
def test_quickstart(capsys):
2121
quickstart.run_quickstart()
2222
out, _ = capsys.readouterr()
23-
assert u'Привет мир!' in out
23+
assert u'Привет, мир!' in out

0 commit comments

Comments
 (0)