diff --git a/tests/interfaces/openlp_plugins/custom/forms/test_customslideform.py b/tests/interfaces/openlp_plugins/custom/forms/test_customslideform.py index 26da9afa6..7108db7ee 100644 --- a/tests/interfaces/openlp_plugins/custom/forms/test_customslideform.py +++ b/tests/interfaces/openlp_plugins/custom/forms/test_customslideform.py @@ -44,7 +44,6 @@ class TestEditCustomSlideForm(TestCase): # THEN: The dialog should be empty. assert self.form.slide_text_edit.toPlainText() == u'', u'There should not be any text in the text editor.' - def set_text_test(self): """ Test the set_text() method.