missing line at the end

This commit is contained in:
Andreas Preikschat 2014-03-23 11:53:11 +01:00
parent 7a1825a79a
commit fcf4d0ce17

View File

@ -134,4 +134,5 @@ class TestSearchEdit(TestCase, TestMixin):
Just check if the resizeEvent() method is re-implemented.
"""
assert hasattr(self.search_edit, "resizeEvent"), "The search edit should re-implement the resizeEvent method."