Skip to content

Commit

Permalink
chore: changed assert output to check constant values (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and dandhlee committed Feb 9, 2023
1 parent 9e42869 commit 494b345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion speech/snippets/beta_snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def test_transcribe_multilanguage_file(capsys):
transcribe_file_with_multilanguage()
out, err = capsys.readouterr()

assert "how are you doing estoy bien e tu" in out
assert "First alternative of result" in out
assert "Transcript" in out


def test_transcribe_word_level_confidence(capsys):
Expand Down

0 comments on commit 494b345

Please sign in to comment.