Skip to content

Commit bfbfd48

Browse files
dsfbmauricioabreu
authored andcommitted
Fix a file path error in the loader test
1 parent be02dc9 commit bfbfd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_raise_timeout_exception_if_timeout_happens_when_loading_from_uri():
152152

153153

154154
def test_windows_paths():
155-
file_path = "C:\\HLS Video\test.m3ui8"
155+
file_path = "C:\\HLS Video\test.m3u8"
156156
with unittest.mock.patch("builtins.open") as mock_open:
157157
mock_open.return_value.__enter__.return_value.read.return_value = (
158158
playlists.WINDOWS_PLAYLIST

0 commit comments

Comments
 (0)