diff --git a/tests/interfaces/openlp_plugins_custom_forms/test_customform.py b/tests/interfaces/openlp_plugins_custom_forms/test_customform.py index ee0eb4137..ebd12f49d 100644 --- a/tests/interfaces/openlp_plugins_custom_forms/test_customform.py +++ b/tests/interfaces/openlp_plugins_custom_forms/test_customform.py @@ -61,4 +61,4 @@ class TestCustomFrom(TestCase): self.form.exec_() QtTest.QTest.mouseClick(self.form.add_button, QtCore.Qt.LeftButton) #THEN: One slide should be added. - assert self.form.slide_list_view.count() == 1, u'There should be one slide be added.' + assert self.form.slide_list_view.count() == 1, u'There should be one slide added.'