2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00
This commit is contained in:
Matthias
2021-09-29 00:56:01 +02:00
parent 3f8ac70162
commit 9469c17be1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ from django.contrib.auth import get_user_model
from plugins.samples.action.simpleactionplugin import SimpleActionPlugin
class ActionPluginTests(TestCase):
class SimpleActionPluginTests(TestCase):
""" Tests for SampleIntegrationPlugin """
def setUp(self):

View File

@ -4,7 +4,7 @@ from django.test import TestCase
from django.contrib.auth import get_user_model
class ActionPluginTests(TestCase):
class SampleIntegrationPluginTests(TestCase):
""" Tests for SampleIntegrationPlugin """
def setUp(self):