Skip to content

Commit

Permalink
Fix language spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoullet committed Nov 7, 2018
1 parent 14308fa commit 1f30601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/integration_en_us.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -u
set -o pipefail
set -x

# Tests that the command "how do you say hi in spanish"
# 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"
6 changes: 3 additions & 3 deletions tests/integration_fr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -u
set -o pipefail
set -x

# Tests that the command "how do you say hello in spanish"
# will return "buenos dias" to verify the Assistant SDK
# 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 1f30601

Please sign in to comment.