rename test
This commit is contained in:
parent
626e3838ae
commit
204b4fd527
|
|
@ -6,8 +6,8 @@ from plugin import registry
|
|||
from plugin.registry import call_function
|
||||
|
||||
|
||||
class ScheduledTaskPluginTests(TestCase):
|
||||
""" Tests for ScheduledTaskPlugin """
|
||||
class ExampleScheduledTaskPluginTests(TestCase):
|
||||
""" Tests for provided ScheduledTaskPlugin """
|
||||
|
||||
def test_function(self):
|
||||
"""check if the scheduling works"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue