Skip to content

Commit fb79334

Browse files
committed
fixup! fixup! [IMP] account_edi_simple_pdf: increase test coverage
1 parent f711d13 commit fb79334

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

account_edi_simple_pdf/tests/test_invoice_import.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,8 @@ def _complete_import_specific_method(self, method):
544544
self.test_complete_import()
545545

546546
def test_specific_python_methods(self):
547-
# test only pure-pdf methods
548-
# because we are sure they work on the Github test environment
549547
self._complete_import_specific_method("pypdf")
548+
self._complete_import_specific_method("pymupdf")
550549

551550
def test_test_run(self):
552551
"""

0 commit comments

Comments
 (0)