From bb40c5c600890d9dd8a1954bbfba6416fa8ea87d Mon Sep 17 00:00:00 2001 From: David Supplee Date: Tue, 8 Oct 2019 10:39:07 -0400 Subject: [PATCH] fix: Update output string (#2382) --- Translate/tests/System/TranslateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Translate/tests/System/TranslateTest.php b/Translate/tests/System/TranslateTest.php index 2a5dbffa4baf..86f899d3c196 100644 --- a/Translate/tests/System/TranslateTest.php +++ b/Translate/tests/System/TranslateTest.php @@ -24,7 +24,7 @@ class TranslateTest extends TranslateTestCase { const INPUT_LANGUAGE = 'es'; const INPUT_STRING = '¿hola, como estas?'; - const OUTPUT_STRING = 'Hi how are you?'; + const OUTPUT_STRING = 'Hello how are you?'; public function testTranslate() {