Add newline

This commit is contained in:
Samuel Mehrbrodt 2014-04-08 18:40:06 +02:00
parent 1759c72f36
commit 5b3a58d1d6
1 changed files with 1 additions and 1 deletions

View File

@ -112,4 +112,4 @@ class TestUi(TestCase):
# THEN: We should get a toolbutton
self.assertIsInstance(btn, QtGui.QToolButton)
self.assertEqual('my_btn', btn.objectName())
self.assertTrue(btn.isEnabled())
self.assertTrue(btn.isEnabled())