mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
refactor
This commit is contained in:
@ -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):
|
@ -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):
|
Reference in New Issue
Block a user