1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-28 19:07:35 +00:00

Fix a problem with the test

This commit is contained in:
Raoul Snyman 2016-12-13 21:50:34 +02:00
parent f17204aa19
commit ddb92c3cd5

View File

@ -58,4 +58,4 @@ class TestFirstTimeForm(TestCase, TestMixin):
about_form = AboutForm(None)
# 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()