Skip to content

Commit cce6b69

Browse files
authored
chore: changed assert output to check constant values (#161)
1 parent 18ff9ad commit cce6b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

speech/snippets/beta_snippets_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def test_transcribe_multilanguage_file(capsys):
6666
transcribe_file_with_multilanguage()
6767
out, err = capsys.readouterr()
6868

69-
assert "how are you doing estoy bien e tu" in out
69+
assert "First alternative of result" in out
70+
assert "Transcript" in out
7071

7172

7273
def test_transcribe_word_level_confidence(capsys):

0 commit comments

Comments
 (0)