From 2969247c8e5896a838f914090976a736d49f0eb9 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Mon, 22 Oct 2018 14:43:44 -0700 Subject: [PATCH] Include the comma in the translation --- translate/cloud-client/quickstart_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/cloud-client/quickstart_test.py b/translate/cloud-client/quickstart_test.py index 7ef892092f23..4018daa060f8 100644 --- a/translate/cloud-client/quickstart_test.py +++ b/translate/cloud-client/quickstart_test.py @@ -20,4 +20,4 @@ def test_quickstart(capsys): quickstart.run_quickstart() out, _ = capsys.readouterr() - assert u'Привет мир!' in out + assert u'Привет, мир!' in out