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 0d58bb3 commit 31c44cfCopy full SHA for 31c44cf
translation/samples/snippets/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