Skip to content

Commit

Permalink
translate: fix system test translation (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and callmehiphop committed Aug 11, 2016
1 parent 09c9e3b commit 3242903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/system-test/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var API_KEY = process.env.GCLOUD_TESTS_API_KEY;
},
{
input: 'How are you today?',
expectedTranslation: 'Como estas hoy?'
expectedTranslation: '¿Cómo estás hoy?'
}
];

Expand Down

0 comments on commit 3242903

Please sign in to comment.