forked from openlp/openlp
Renamed test: def test_on_import_click_no_import_wizzard_attr(self):
to: def test_on_import_click_no_import_wizard_attr(self):
This commit is contained in:
parent
3918027ff1
commit
191f9c64d8
@ -504,7 +504,7 @@ class TestMediaItem(TestCase, TestMixin):
|
||||
mocked_set_case_insensitive_completer.assert_called_once_with(
|
||||
['Book 1 ', 'Book 2 ', 'Book 3 '], mocked_search_edit)
|
||||
|
||||
def test_on_import_click_no_import_wizzard_attr(self):
|
||||
def test_on_import_click_no_import_wizard_attr(self):
|
||||
"""
|
||||
Test on_import_click when media_item does not have the `import_wizard` attribute. And the wizard was canceled.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user