2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 14:58:36 +00:00

fix import

This commit is contained in:
Matthias Mair
2022-05-21 02:40:45 +02:00
parent e1ff4b6e87
commit 22adc37242
5 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
""" Unit tests for action plugins """
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
from plugin.builtin.action.simpleactionplugin import SimpleActionPlugin
@@ -5,7 +5,7 @@ from django.urls import reverse
from rest_framework import status
from InvenTree.InvenTree.api_tester import InvenTreeAPITestCase
from InvenTree.api_tester import InvenTreeAPITestCase
class TestInvenTreeBarcode(InvenTreeAPITestCase):