Skip to content

Commit f711d13

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

account_edi_simple_pdf/tests/test_invoice_import.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ def test_test_run(self):
556556
self.partner_ak.simple_pdf_product_id = self.env["product.product"].search(
557557
[
558558
("purchase_ok", "=", True),
559-
]
559+
],
560+
limit=1,
560561
)
561562
self.partner_ak.pdf_simple_test_run()
562563
self.assertIn("Current partner found", self.partner_ak.simple_pdf_test_results)

0 commit comments

Comments
 (0)