Remove CompanyTestMixin.

This commit is contained in:
Albert Cervera i Areny 2022-05-03 15:02:39 +02:00
parent 086c8c38ce
commit b3f398b48c
1 changed files with 1 additions and 4 deletions

View File

@ -1,12 +1,9 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.modules.company.tests import CompanyTestMixin
from trytond.tests.test_tryton import ModuleTestCase
class ApprovalTestCase(CompanyTestMixin, ModuleTestCase):
class ApprovalTestCase(ModuleTestCase):
'Test Approval module'
module = 'approval'