Style fixes

This commit is contained in:
Tim Bentley 2015-11-28 20:13:16 +00:00
parent 3a31f86e84
commit 6a48bb5ac2
1 changed files with 1 additions and 2 deletions

View File

@ -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')