diff options
Diffstat (limited to 'test/test_YoutubeDL.py')
| -rw-r--r-- | test/test_YoutubeDL.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 20f45f439..9a3c28f8c 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -311,6 +311,7 @@ class TestFormatSelection(unittest.TestCase):          assert_syntax_error('bestvideo,,best')          assert_syntax_error('+bestaudio')          assert_syntax_error('bestvideo+') +        assert_syntax_error('/')      def test_format_filtering(self):          formats = [  | 
