mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-16 08:39:03 +00:00
Bug fixes
This commit is contained in:
@@ -6,7 +6,7 @@ class PdfParserTest(TestCase):
|
||||
|
||||
def test_parse_content(self):
|
||||
|
||||
parser = PdfFileParser([], 12488)
|
||||
parser = PdfFileParser([], 12488, "test_files/")
|
||||
|
||||
info = parser.parse("test_files/pdf1.pdf")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user