We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7138388 commit 05ca1c8Copy full SHA for 05ca1c8
translate/cloud-client/quickstart_test.py
@@ -20,4 +20,4 @@
20
def test_quickstart(capsys):
21
quickstart.run_quickstart()
22
out, _ = capsys.readouterr()
23
- assert u'Привет, мир!' in out
+ assert u'Translation' in out
0 commit comments