2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00
This commit is contained in:
Matthias 2022-05-03 22:58:24 +02:00
parent d49f74746a
commit 096c0c876c
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -98,7 +98,6 @@ class ScheduledTaskPluginTests(TestCase):
with self.assertRaises(MixinImplementationError):
WrongFuncSchedules1()
class WrongFuncSchedules2(WrongFuncSchedules):
"""
Plugin with broken functions