Jelajahi Sumber

Update the keywords tests for the rename of the old ComedyCentralIE

Jaime Marquínez Ferrándiz 12 tahun lalu
induk
melakukan
16e055849e
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      test/test_all_urls.py

+ 4 - 4
test/test_all_urls.py

@@ -101,10 +101,10 @@ class TestAllURLsMatching(unittest.TestCase):
         self.assertMatch(':ytsubs', ['youtube:subscriptions'])
         self.assertMatch(':ytsubscriptions', ['youtube:subscriptions'])
         self.assertMatch(':ythistory', ['youtube:history'])
-        self.assertMatch(':thedailyshow', ['ComedyCentral'])
-        self.assertMatch(':tds', ['ComedyCentral'])
-        self.assertMatch(':colbertreport', ['ComedyCentral'])
-        self.assertMatch(':cr', ['ComedyCentral'])
+        self.assertMatch(':thedailyshow', ['ComedyCentralShows'])
+        self.assertMatch(':tds', ['ComedyCentralShows'])
+        self.assertMatch(':colbertreport', ['ComedyCentralShows'])
+        self.assertMatch(':cr', ['ComedyCentralShows'])
 
 
 if __name__ == '__main__':