From bfbfd48fccf446471dde0731f68f23d6c8299301 Mon Sep 17 00:00:00 2001 From: dsfb Date: Fri, 31 Jan 2025 14:53:33 -0300 Subject: [PATCH] Fix a file path error in the loader test --- tests/test_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_loader.py b/tests/test_loader.py index db114c4e..df897c0c 100644 --- a/tests/test_loader.py +++ b/tests/test_loader.py @@ -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