mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Bug fixes
This commit is contained in:
@@ -6,7 +6,7 @@ class EbookParserTest(TestCase):
|
||||
|
||||
def test_parse_content(self):
|
||||
|
||||
parser = EbookParser([], 1000)
|
||||
parser = EbookParser([], 1000, "test_files/")
|
||||
|
||||
info = parser.parse("test_files/epub1.epub")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user