2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-23 09:35:30 +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
+2 -2
View File
@@ -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',