We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ff9ad commit cce6b69Copy full SHA for cce6b69
speech/snippets/beta_snippets_test.py
@@ -66,7 +66,8 @@ def test_transcribe_multilanguage_file(capsys):
66
transcribe_file_with_multilanguage()
67
out, err = capsys.readouterr()
68
69
- assert "how are you doing estoy bien e tu" in out
+ assert "First alternative of result" in out
70
+ assert "Transcript" in out
71
72
73
def test_transcribe_word_level_confidence(capsys):
0 commit comments