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
1 changed files with 0 additions and 1 deletions

View File

@ -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('')