Fix a problem with the test

This commit is contained in:
Raoul Snyman 2016-12-13 21:43:27 +02:00
parent c818c3ce8c
commit f17204aa19

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.plainText().split('\n')[0] == ''
assert about_form.about_text_edit.toPlainText().split('\n')[0] == ''