mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-23 09:35:30 +00:00
rename
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
from django.urls import reverse
|
||||
|
||||
from InvenTree.InvenTree.helpers import InvenTreeTestCate
|
||||
from InvenTree.InvenTree.helpers import InvenTreeTestCase
|
||||
|
||||
# from common.models import InvenTreeSetting
|
||||
|
||||
|
||||
class StockViewTestCase(InvenTreeTestCate):
|
||||
class StockViewTestCase(InvenTreeTestCase):
|
||||
|
||||
fixtures = [
|
||||
'category',
|
||||
|
||||
Reference in New Issue
Block a user