lib done pep 8

This commit is contained in:
Tim Bentley 2017-12-17 20:19:19 +00:00
parent f76f04994d
commit c2215d1a1e
2 changed files with 6 additions and 6 deletions

View File

@ -187,7 +187,7 @@ class TestUi(TestCase):
# THEN: setIconVisibleInMenu should not be called
assert 0 == mocked_action.setIconVisibleInMenu.call_count, \
'setIconVisibleInMenu should not have been called'
'setIconVisibleInMenu should not have been called'
def test_create_checked_disabled_invisible_action(self):
"""