Skip to content

Commit

Permalink
✅ (test_youtube_transcript_component.py): update file_names_mapping f…
Browse files Browse the repository at this point in the history
…ixture to return a non-empty list to properly test different versions of file names mapping in the YouTube transcripts component
  • Loading branch information
Cristhianzl committed Feb 12, 2025
1 parent ebcd5fb commit c1be04b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def default_kwargs(self):
@pytest.fixture
def file_names_mapping(self):
"""Return the file names mapping for different versions."""
return []
return [
]

@pytest.fixture
def mock_transcript_data(self):
Expand Down

0 comments on commit c1be04b

Please sign in to comment.