From b84fb7b30fadc9a9c1b6d0277026837c68a4027e Mon Sep 17 00:00:00 2001 From: Noa Levi <275430404+lphuc2250gma@users.noreply.github.com> Date: Sat, 6 Jun 2026 04:36:15 +0000 Subject: [PATCH] chore: improve VideoCaptioner maintenance path --- tests/test_asr/conftest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_asr/conftest.py b/tests/test_asr/conftest.py index 6a6622f6..e180b2fa 100644 --- a/tests/test_asr/conftest.py +++ b/tests/test_asr/conftest.py @@ -8,6 +8,8 @@ import pytest +from videocaptioner.core.asr.asr_data import ASRData + # ============================================================================ # ASR-Specific Fixtures # ============================================================================ @@ -85,7 +87,7 @@ def test_audio_path_en() -> Path: return audio_path -def assert_asr_result_valid(result, min_segments: int = 0) -> None: +def assert_asr_result_valid(result: ASRData, min_segments: int = 0) -> None: """Validate ASR result structure and content. Checks that: