2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-09 21:30:54 +00:00
This commit is contained in:
Matthias Mair
2022-05-20 12:33:51 +02:00
parent 42d325e7ca
commit e8287f02d4
14 changed files with 31 additions and 31 deletions

View File

@@ -2,10 +2,10 @@
from django.urls import reverse
from InvenTree.InvenTree.helpers import InvenTreeTestCate
from InvenTree.InvenTree.helpers import InvenTreeTestCase
class CompanyViewTestBase(InvenTreeTestCate):
class CompanyViewTestBase(InvenTreeTestCase):
fixtures = [
'category',