forked from openlp/openlp
Fix a test
This commit is contained in:
parent
3bc6fc0b77
commit
094b1f73bc
@ -106,4 +106,5 @@ class TestEditSongForm(TestCase, TestMixin):
|
||||
mocked_cache.append.assert_called_once_with('Charles')
|
||||
mocked_combo.setItemData.assert_called_once_with(0, 1)
|
||||
mocked_set_case_insensitive_completer.assert_called_once_with(mocked_cache, mocked_combo)
|
||||
mocked_combo.setEditText.assert_called_once_with('')
|
||||
mocked_combo.setCurrentIndex.assert_called_once_with(-1)
|
||||
mocked_combo.setCurrentText.assert_called_once_with('')
|
||||
|
Loading…
Reference in New Issue
Block a user