mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix assertation
This commit is contained in:
parent
6660069f45
commit
76f92003fd
@ -49,7 +49,7 @@ class ExampleScheduledTaskPluginTests(TestCase):
|
||||
self.assertEqual(call_function('schedule', 'member_func'), False)
|
||||
|
||||
# Check with wrong key
|
||||
self.assertEqual(call_function('does_not_exsist', 'member_func'), '')
|
||||
self.assertEqual(call_function('does_not_exsist', 'member_func'), None)
|
||||
|
||||
|
||||
class ScheduledTaskPluginTests(TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user