forked from openlp/openlp
pep8 fixes
bzr-revno: 2633
This commit is contained in:
parent
8a6955fda1
commit
8a53e4a991
@ -94,7 +94,6 @@ class TestFirstTimeForm(TestCase, TestMixin):
|
||||
self.assertEqual(634, size.width())
|
||||
self.assertEqual(386, size.height())
|
||||
|
||||
|
||||
def initialise_test(self):
|
||||
"""
|
||||
Test if we can intialise the FirstTimeForm
|
||||
|
@ -52,4 +52,3 @@ class TestGeneralTab(TestCase):
|
||||
# THEN: Various member variables should be initialised
|
||||
self.assertEqual(mocked_screen_list, general_tab.screens)
|
||||
self.assertEqual(':/icon/openlp-logo-16x16.png', general_tab.icon_path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user