mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-13 15:19:05 +00:00
Bug fixes
This commit is contained in:
@@ -6,7 +6,7 @@ class TextFileParserTest(TestCase):
|
||||
|
||||
def test_parse_csv(self):
|
||||
|
||||
parser = TextFileParser([], 1234)
|
||||
parser = TextFileParser([], 1234, "test_files/")
|
||||
|
||||
info = parser.parse("test_files/text.csv")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user