forked from openlp/openlp
Style fixes
This commit is contained in:
parent
db00a3980f
commit
d9d740ad8b
@ -106,4 +106,4 @@ class TestLanguages(TestCase):
|
||||
language = languages.get_language(None)
|
||||
|
||||
# THEN: None should be returned
|
||||
self.assertIsNone(language)
|
||||
self.assertIsNone(language)
|
||||
|
@ -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')
|
||||
'they accept the dialog box')
|
||||
|
Loading…
Reference in New Issue
Block a user