fix tests

This commit is contained in:
Tim Bentley 2017-09-27 20:16:24 +01:00
parent bfc8a5ae8c
commit e2fd8beb2a
1 changed files with 0 additions and 1 deletions

View File

@ -94,4 +94,3 @@ class TestPluginManager(TestCase, TestMixin):
self.assertIn('custom', plugin_names, 'There should be a "custom" 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('remotes', plugin_names, 'There should be a "remotes" plugin')