rename test

This commit is contained in:
Matthias 2022-05-03 22:55:39 +02:00
parent 626e3838ae
commit 204b4fd527
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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"""