removed extra line

This commit is contained in:
Andreas Preikschat 2013-03-30 10:50:04 +01:00
parent 85f64ddae6
commit c732a70fb2

View File

@ -76,4 +76,3 @@ class TestCustomFrom(TestCase):
QtTest.QTest.mouseClick(self.form.add_button, QtCore.Qt.LeftButton)
# THEN: One slide should be added.
assert self.form.slide_list_view.count() == 1, u'There should be one slide added.'