[CapGallery] correct method name

The modules using this capability and galleroob have been corrected too
This commit is contained in:
Alexandre Morignot 2014-12-05 05:53:22 +01:00 committed by Romain Bignon
commit 689fe43ed5
5 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ class EHentaiTest(BackendTest):
MODULE = 'ehentai'
def test_search(self):
l = list(self.backend.search_gallery('lol'))
l = list(self.backend.search_galleries('lol'))
self.assertTrue(len(l) > 0)
v = l[0]
self.backend.fillobj(v, ('url',))