Skip to content

Commit 5978144

Browse files
committed
Fix test_more_than_one_model_file_found_error
1 parent b6f0c3c commit 5978144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/onnx_asr/test_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_resolve_model_file_not_found_error() -> None:
166166

167167

168168
def test_more_than_one_model_file_found_error() -> None:
169-
loader = create_asr_resolver("onnx-community/whisper-tiny")
169+
loader = create_asr_resolver("onnx-community/whisper-tiny.en")
170170
with pytest.raises(MoreThanOneModelFileFoundError):
171171
loader.resolve_model(quantization="*int8")
172172

0 commit comments

Comments
 (0)