fix quality failure

This commit is contained in:
Adam Palay
2016-07-29 15:28:02 -04:00
parent ec1cbdf513
commit 74ab4ad9c8

View File

@@ -233,6 +233,7 @@ class TestCreateYoutubeString(VideoDescriptorTestBase):
expected = "0.75:izygArpw-Qo,1.00:p2Q6BrNhdh8,1.25:1EeWXzPdhSA"
self.assertEqual(create_youtube_string(self.descriptor), expected)
class TestCreateYouTubeUrl(VideoDescriptorTestBase):
"""
Tests for helper method `create_youtube_url`.