forked from openlp/openlp
review corrections
This commit is contained in:
parent
dcec6ebbac
commit
762a99dd66
@ -82,7 +82,7 @@ class TestSettingsForm(TestCase):
|
|||||||
QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton)
|
QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton)
|
||||||
|
|
||||||
# THEN the processing stack should be empty
|
# THEN the processing stack should be empty
|
||||||
assert len(self.form.processes) == 0, u'he one requested process should have been added to the stack'
|
assert len(self.form.processes) == 0, u'The one requested process should have been added to the stack'
|
||||||
|
|
||||||
def register_multiple_functions_test(self):
|
def register_multiple_functions_test(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user