forked from openlp/openlp
PEP fixes
This commit is contained in:
parent
80793f9412
commit
9f90b89076
@ -64,7 +64,7 @@ class TestSearchEdit(TestCase, TestMixin):
|
|||||||
self.addCleanup(settings_patcher.stop)
|
self.addCleanup(settings_patcher.stop)
|
||||||
self.mocked_settings = settings_patcher.start()
|
self.mocked_settings = settings_patcher.start()
|
||||||
|
|
||||||
self.search_edit = SearchEdit(self.main_window,'settings_section')
|
self.search_edit = SearchEdit(self.main_window, 'settings_section')
|
||||||
# To complete set up we have to set the search types.
|
# To complete set up we have to set the search types.
|
||||||
self.search_edit.set_search_types(SEARCH_TYPES)
|
self.search_edit.set_search_types(SEARCH_TYPES)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user