Remove CompanyTestMixin

This commit is contained in:
Jared Esparza 2022-06-08 14:25:40 +02:00
parent b7e7394502
commit 2d99a25e9c
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 CsvImportTestCase(CompanyTestMixin, ModuleTestCase):
class CsvImportTestCase(ModuleTestCase):
'Test CsvImport module'
module = 'csv_import'