Remove CompanyTestMixin

This commit is contained in:
Jared Esparza 2022-05-05 15:17:21 +02:00
parent 085c6419e9
commit ae41b2ae38
1 changed files with 1 additions and 2 deletions

View File

@ -2,11 +2,10 @@
# 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 PartyCnaeTestCase(CompanyTestMixin, ModuleTestCase):
class PartyCnaeTestCase(ModuleTestCase):
'Test PartyCnae module'
module = 'party_cnae'