refactor
This commit is contained in:
parent
3f8ac70162
commit
9469c17be1
|
|
@ -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):
|
||||
Loading…
Reference in New Issue