mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
rename test
This commit is contained in:
@ -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"""
|
||||
|
Reference in New Issue
Block a user