mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 21:30:54 +00:00
rename
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user