Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Dec 19, 2024
1 parent 6d133a7 commit 82e334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/cmd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_translations_with_tts(self, tts_engine):
), "Utterance end check failed"

assert "- Bon dia. - Bé." == text_array[0], "translated text 0"
assert "El meu nom és Jordi Mas." == text_array[1], "translated text 1"
assert "Em dic Jordi Mas." == text_array[1], "translated text 1"
assert "Sóc de Barcelona." == text_array[2], "translated text 2"
assert (
"I m'encanta aquesta ciutat." == text_array[3]
Expand Down

0 comments on commit 82e334b

Please sign in to comment.