Explorar o código

[walla] Fix typo

Sergey M․ %!s(int64=11) %!d(string=hai) anos
pai
achega
0ca41c3d9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test_subtitles.py

+ 1 - 1
test/test_subtitles.py

@@ -280,7 +280,7 @@ class TestVimeoSubtitles(BaseTestSubtitles):
             self.assertTrue(subtitles.get(lang) is not None, u'Subtitles for \'%s\' not extracted' % lang)
 
 
-class TestWallsSubtitles(BaseTestSubtitles):
+class TestWallaSubtitles(BaseTestSubtitles):
     url = 'http://vod.walla.co.il/movie/2705958/the-yes-men'
     IE = WallaIE