mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Updated tests
This commit is contained in:
@@ -20,7 +20,7 @@ class TestPDFExport(unittest.TestCase):
|
||||
tempdir = tempfile.TemporaryDirectory()
|
||||
os.chdir(tempdir.name)
|
||||
try:
|
||||
commands.convert(path, major_mode='doc')
|
||||
commands.convert(input_file=path, major_mode='doc')
|
||||
except:
|
||||
assert False, "Error processing file %s" % path
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user