Skip to content

Commit

Permalink
Fix language spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoullet committed Oct 31, 2018
1 parent 874625c commit 708c036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration_en_us.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ set -o pipefail
# Tests that the command "how do you say hi in spanish"
# will return "Hola" to verify the Assistant SDK
# end-to-end.
echo "how do you say hi in spanish" | ./run_assistant_text \
echo "How do you say hi in spanish?" | ./run_assistant_text \
--credentials ./credentials.json --verbose | grep "Hola"
2 changes: 1 addition & 1 deletion tests/integration_fr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ set -o pipefail
# Tests that the command "how do you say hello in spanish"
# will return "buenos dias" to verify the Assistant SDK
# end-to-end.
echo "comment dit-on bonjour en español" | ./run_assistant_text \
echo "Comment dit-on bonjour en espagnol?" | ./run_assistant_text \
--credentials ./credentials.json \
--locale "fr-FR" --verbose | grep "Buenos dias"

0 comments on commit 708c036

Please sign in to comment.