forked from openlp/openlp
Style fixes
This commit is contained in:
parent
3a31f86e84
commit
6a48bb5ac2
@ -26,7 +26,7 @@ from unittest import TestCase
|
|||||||
|
|
||||||
from openlp.core.common import Registry
|
from openlp.core.common import Registry
|
||||||
from openlp.plugins.presentations.lib.mediaitem import MessageListener, PresentationMediaItem
|
from openlp.plugins.presentations.lib.mediaitem import MessageListener, PresentationMediaItem
|
||||||
from tests.functional import patch, MagicMock, call
|
from tests.functional import patch, MagicMock
|
||||||
from tests.helpers.testmixin import TestMixin
|
from tests.helpers.testmixin import TestMixin
|
||||||
|
|
||||||
|
|
||||||
@ -104,4 +104,3 @@ class TestMessageListener(TestCase, TestMixin):
|
|||||||
|
|
||||||
# THEN: The controllers will be setup.
|
# THEN: The controllers will be setup.
|
||||||
self.assertTrue(len(controllers), 'We have loaded a controller')
|
self.assertTrue(len(controllers), 'We have loaded a controller')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user