fix tests
This commit is contained in:
parent
816d181d13
commit
a1456cdc76
1 changed files with 2 additions and 3 deletions
|
@ -10,11 +10,10 @@ from decimal import Decimal
|
|||
from datetime import date
|
||||
from trytond.tests.test_tryton import ModuleTestCase, with_transaction
|
||||
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.exceptions import UserError
|
||||
from unittest.mock import Mock
|
||||
from decimal import Decimal
|
||||
|
||||
|
||||
class EdocTestCase(ModuleTestCase):
|
||||
|
|
Loading…
Reference in a new issue