This commit is contained in:
Samuel Mehrbrodt 2016-04-29 19:48:40 +02:00
parent 6e901e336c
commit ef89796e33
1 changed files with 0 additions and 1 deletions

View File

@ -73,4 +73,3 @@ class TestOpenLPImport(TestCase):
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')