Skip to content

Commit 3242903

Browse files
stephenpluspluscallmehiphop
authored andcommitted
translate: fix system test translation (#1482)
1 parent 09c9e3b commit 3242903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-translate/system-test/translate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var API_KEY = process.env.GCLOUD_TESTS_API_KEY;
6666
},
6767
{
6868
input: 'How are you today?',
69-
expectedTranslation: 'Como estas hoy?'
69+
expectedTranslation: '¿Cómo estás hoy?'
7070
}
7171
];
7272

0 commit comments

Comments
 (0)