try again

This commit is contained in:
Tim Bentley 2019-01-04 18:15:21 +00:00
parent 72cd432f10
commit 7836aa4234
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class TestPluginManager(TestCase, TestMixin):
sys.platform = old_platform
# THEN: We should find the "Songs", "Bibles", etc in the plugins list
assert [] == State().list_plugins(a=1)
State().list_plugins(a=1)
plugin_names = [plugin.name for plugin in State().list_plugins()]
assert 'songs' in plugin_names, 'There should be a "songs" plugin'
assert 'bibles' in plugin_names, 'There should be a "bibles" plugin'