From 432f813edb5ffc77829235cc32bb5f8671dd82e3 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 15 Dec 2016 14:10:48 +0200 Subject: [PATCH] Fix a blank line that wasn't supposed to be there --- tests/functional/openlp_plugins/songs/test_editsongform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_editsongform.py b/tests/functional/openlp_plugins/songs/test_editsongform.py index d5f7f368b..19aef5cf6 100644 --- a/tests/functional/openlp_plugins/songs/test_editsongform.py +++ b/tests/functional/openlp_plugins/songs/test_editsongform.py @@ -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('') -