forked from openlp/openlp
Fix a blank line that wasn't supposed to be there
This commit is contained in:
parent
b06542c637
commit
432f813edb
@ -107,4 +107,3 @@ class TestEditSongForm(TestCase, TestMixin):
|
||||
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('')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user