From 0ce6804171821936c2accd17f2ec2250a5f232d3 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 17 Dec 2015 21:27:08 +0100 Subject: [PATCH] Fix pep8 --- .../openlp_plugins/songs/test_wordsofworshipimport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py b/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py index 649e97dde..26a212c76 100644 --- a/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py +++ b/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py @@ -48,4 +48,5 @@ class TestWordsOfWorshipFileImport(SongImportTestHelper): self.file_import([os.path.join(TEST_PATH, 'When morning gilds the skies.wsg')], self.load_external_result_data(os.path.join(TEST_PATH, 'When morning gilds the skies.json'))) self.file_import([os.path.join(TEST_PATH, 'Holy Holy Holy Lord God Almighty.wow-song')], - self.load_external_result_data(os.path.join(TEST_PATH, 'Holy Holy Holy Lord God Almighty.json'))) + self.load_external_result_data(os.path.join(TEST_PATH, + 'Holy Holy Holy Lord God Almighty.json')))