We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931a60 commit 61c050cCopy full SHA for 61c050c
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