Skip to content

Commit

Permalink
fix: Update output string (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored and jdpedrie committed Oct 8, 2019
1 parent 79f1601 commit bb40c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Translate/tests/System/TranslateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit bb40c5c

Please sign in to comment.