Skip to content

Commit

Permalink
added testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshp19 committed Jan 2, 2025
1 parent 97f5040 commit f5249f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_stt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
),
pytest.param(lambda: openai.STT(), id="openai"),
pytest.param(lambda: fal.WizperSTT(), id="fal"),
pytest.param(lambda: google.beta.realtime.STT(), id="google-realtime"),
]


Expand Down

0 comments on commit f5249f4

Please sign in to comment.