Butchi Venkatesh Adari commited on
Commit
a459df9
·
unverified ·
1 Parent(s): 7ea317a

Update test_module.py

Browse files
Files changed (1) hide show
  1. tests/test_module.py +1 -1
tests/test_module.py CHANGED
@@ -54,7 +54,7 @@ def test_transcribe_local(mock_pipeline, check_audio_file):
54
  # Call the transcribe function with the mock and use_api=False
55
  result, time_taken = transcribe(check_audio_file, use_api=False)
56
 
57
- # print(result)
58
 
59
  # Assert the mocked transcription matches the expected result
60
  assert result.strip() == "Now go away or I shall taunt you a second time!"
 
54
  # Call the transcribe function with the mock and use_api=False
55
  result, time_taken = transcribe(check_audio_file, use_api=False)
56
 
57
+ print(result)
58
 
59
  # Assert the mocked transcription matches the expected result
60
  assert result.strip() == "Now go away or I shall taunt you a second time!"