Skip to content

Commit 2d286a3

Browse files
committed
single plat - fix 1
1 parent 6e37e3a commit 2d286a3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

e2e-tests/cmd_test.py

+3-9
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,9 @@ def _assert_update_action(self, directory):
9393
utterances = self._get_utterances(directory)
9494
text_array = [entry["translated_text"] for entry in utterances]
9595

96-
if operating == "darwin":
97-
assert (
98-
"I m'encanta aquesta ciutat tant meva." == text_array[3]
99-
), "updated translated text 2"
100-
101-
else:
102-
assert (
103-
"I m'encanta aquesta ciutat tant meva." == text_array[2]
104-
), "updated translated text 2"
96+
assert (
97+
"I m'encanta aquesta ciutat tant meva." == text_array[2]
98+
), "updated translated text 2"
10599

106100
@pytest.mark.parametrize("tts_engine", ["edge", "mms"])
107101
def test_translations_with_tts(self, tts_engine):

0 commit comments

Comments
 (0)