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 committed May 18, 2021
1 parent 7311f2d commit 65959dc
Showing 1 changed file with 2 additions and 1 deletion.
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 65959dc

Please sign in to comment.