fix tests

This commit is contained in:
Frederik Jaeckel 2024-12-10 14:56:44 +01:00
parent 816d181d13
commit a1456cdc76

View file

@ -10,11 +10,10 @@ from decimal import Decimal
from datetime import date from datetime import date
from trytond.tests.test_tryton import ModuleTestCase, with_transaction from trytond.tests.test_tryton import ModuleTestCase, with_transaction
from trytond.pool import Pool from trytond.pool import Pool
from trytond.modules.edocument_uncefact.tests.test_edocument_uncefact import get_invoice from trytond.modules.edocument_uncefact.tests.test_edocument_uncefact import \
get_invoice
from trytond.modules.company.tests import create_company, set_company from trytond.modules.company.tests import create_company, set_company
from trytond.exceptions import UserError from trytond.exceptions import UserError
from unittest.mock import Mock
from decimal import Decimal
class EdocTestCase(ModuleTestCase): class EdocTestCase(ModuleTestCase):