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