[CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
This commit is contained in:
parent
527a6d6b5c
commit
689fe43ed5
5 changed files with 6 additions and 6 deletions
|
|
@ -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',))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue