Skip to content

Commit

Permalink
Update whisper test to match current behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbreyfogle committed Oct 23, 2024
1 parent 13c61ce commit 101f5ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/core/test_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ def test_whisper_transcript():

transcript = signal.get_whisper_transcript()

assert "<|startoftranscript|>" in transcript
assert "<|endoftext|>" in transcript
assert transcript.startswith("<|startoftranscript|>")


def test_whisper_embeddings():
Expand Down

0 comments on commit 101f5ce

Please sign in to comment.