mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-19 18:53:29 +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