Skip to content

Commit

Permalink
Fix a file path error in the loader test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsfb authored and mauricioabreu committed Jan 31, 2025
1 parent be02dc9 commit bfbfd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_raise_timeout_exception_if_timeout_happens_when_loading_from_uri():


def test_windows_paths():
file_path = "C:\\HLS Video\test.m3ui8"
file_path = "C:\\HLS Video\test.m3u8"
with unittest.mock.patch("builtins.open") as mock_open:
mock_open.return_value.__enter__.return_value.read.return_value = (
playlists.WINDOWS_PLAYLIST
Expand Down

0 comments on commit bfbfd48

Please sign in to comment.