forked from openlp/openlp
fix tests
This commit is contained in:
parent
bfc8a5ae8c
commit
e2fd8beb2a
@ -94,4 +94,3 @@ class TestPluginManager(TestCase, TestMixin):
|
|||||||
self.assertIn('custom', plugin_names, 'There should be a "custom" plugin')
|
self.assertIn('custom', plugin_names, 'There should be a "custom" plugin')
|
||||||
self.assertIn('songusage', plugin_names, 'There should be a "songusage" plugin')
|
self.assertIn('songusage', plugin_names, 'There should be a "songusage" plugin')
|
||||||
self.assertIn('alerts', plugin_names, 'There should be a "alerts" plugin')
|
self.assertIn('alerts', plugin_names, 'There should be a "alerts" plugin')
|
||||||
self.assertIn('remotes', plugin_names, 'There should be a "remotes" plugin')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user