Skip to content

Commit

Permalink
Fix v2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed May 10, 2023
1 parent bf68bd3 commit a2433ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def test_config() -> None:
"""Test default config settings with the .env file."""
assert settings.project_name == "Wordcab Transcribe"
assert settings.version == "0.1.0"
assert settings.version == "0.2.0"
assert (
settings.description
== "💬 ASR FastAPI server using faster-whisper and NVIDIA NeMo."
Expand Down

0 comments on commit a2433ae

Please sign in to comment.