From d9d740ad8b58f0abd0cbb3713b1121e86a536462 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Wed, 3 Aug 2016 21:10:41 +0100 Subject: [PATCH] Style fixes --- tests/functional/openlp_core_common/test_languages.py | 2 +- tests/functional/openlp_plugins/bibles/test_db.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/openlp_core_common/test_languages.py b/tests/functional/openlp_core_common/test_languages.py index 6ef48171d..fa6756d08 100644 --- a/tests/functional/openlp_core_common/test_languages.py +++ b/tests/functional/openlp_core_common/test_languages.py @@ -106,4 +106,4 @@ class TestLanguages(TestCase): language = languages.get_language(None) # THEN: None should be returned - self.assertIsNone(language) \ No newline at end of file + self.assertIsNone(language) diff --git a/tests/functional/openlp_plugins/bibles/test_db.py b/tests/functional/openlp_plugins/bibles/test_db.py index 9eb841ccf..2807a8a3e 100644 --- a/tests/functional/openlp_plugins/bibles/test_db.py +++ b/tests/functional/openlp_plugins/bibles/test_db.py @@ -84,4 +84,4 @@ class TestBibleDB(TestCase): mocked_language_form.assert_called_once_with(mocked_wizard) mocked_language_form_instance.exec.assert_called_once_with('Bible Name') self.assertEqual(result, 10, 'get_language() should return the id of the language the user has chosen when ' - 'they accept the dialog box') \ No newline at end of file + 'they accept the dialog box')