forked from openlp/openlp
Fix a problem with the test
This commit is contained in:
parent
c818c3ce8c
commit
f17204aa19
@ -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.plainText().split('\n')[0] == ''
|
assert about_form.about_text_edit.toPlainText().split('\n')[0] == ''
|
||||||
|
Loading…
Reference in New Issue
Block a user