PEP fixes

This commit is contained in:
Philip Ridout 2017-09-18 07:32:19 +01:00
parent d801ca9b09
commit 0ee8ebb1c2
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ class TestPresentationController(TestCase):
def setUp(self):
self.get_thumbnail_folder_patcher = \
patch('openlp.plugins.presentations.lib.presentationcontroller.PresentationDocument.get_thumbnail_folder',
return_value=Path())
return_value=Path())
self.get_thumbnail_folder_patcher.start()
mocked_plugin = MagicMock()
mocked_plugin.settings_section = 'presentations'