Fix a blank line that wasn't supposed to be there

This commit is contained in:
Raoul Snyman 2016-12-15 14:10:48 +02:00
parent b06542c637
commit 432f813edb

View File

@ -107,4 +107,3 @@ class TestEditSongForm(TestCase, TestMixin):
mocked_combo.setItemData.assert_called_once_with(0, 1) mocked_combo.setItemData.assert_called_once_with(0, 1)
mocked_set_case_insensitive_completer.assert_called_once_with(mocked_cache, mocked_combo) mocked_set_case_insensitive_completer.assert_called_once_with(mocked_cache, mocked_combo)
mocked_combo.setEditText.assert_called_once_with('') mocked_combo.setEditText.assert_called_once_with('')