diff --git a/tests/test_docs_funasr_install_commands.py b/tests/test_docs_funasr_install_commands.py index 3fc5c3ecb..163866d1d 100644 --- a/tests/test_docs_funasr_install_commands.py +++ b/tests/test_docs_funasr_install_commands.py @@ -341,8 +341,8 @@ def test_top_level_readmes_surface_current_release_and_edge_runtime(): } for name, text in readmes.items(): - assert 'python -m pip install -U "funasr==1.4.13"' in text, name - assert "https://github.com/modelscope/FunASR/releases/tag/v1.4.13" in text, name + assert 'python -m pip install -U "funasr==1.4.14"' in text, name + assert "https://github.com/modelscope/FunASR/releases/tag/v1.4.14" in text, name assert "runtime-llamacpp-v0.2.6" in text, name assert "https://www.funasr.com/en/deploy/llama-cpp.html" in readmes["README.md"] @@ -386,7 +386,7 @@ def test_repository_roadmap_tracks_current_delivery_and_open_work(): ] for text in docs: - assert "1.4.13" in text + assert "1.4.14" in text assert "v1.3.26" not in text assert "runtime-llamacpp-v0.2.6" in text assert "MOSS-Transcribe-Diarize" in text