forked from openlp/openlp
Fix PEP8 issues
This commit is contained in:
parent
6d63a008f0
commit
04d5a40542
@ -95,7 +95,7 @@ class TestOpenSongImport(TestCase):
|
||||
# THEN: do_import should return none and the progress bar maximum should not be set.
|
||||
self.assertIsNone(importer.do_import(), 'do_import should return None when import_source is not a list')
|
||||
self.assertEqual(mocked_import_wizard.progress_bar.setMaximum.called, False,
|
||||
'setMaximum on import_wizard.progress_bar should not have been called')
|
||||
'setMaximum on import_wizard.progress_bar should not have been called')
|
||||
|
||||
def valid_import_source_test(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user