forked from openlp/openlp
Fix a problem with the test
This commit is contained in:
parent
f17204aa19
commit
ddb92c3cd5
@ -58,4 +58,4 @@ class TestFirstTimeForm(TestCase, TestMixin):
|
|||||||
about_form = AboutForm(None)
|
about_form = AboutForm(None)
|
||||||
|
|
||||||
# THEN: The build number should be in the text
|
# THEN: The build number should be in the text
|
||||||
assert about_form.about_text_edit.toPlainText().split('\n')[0] == ''
|
assert 'OpenLP 3.1.5 build 3000' in about_form.about_text_edit.toPlainText()
|
||||||
|
Loading…
Reference in New Issue
Block a user