forked from openlp/openlp
lib done pep 8
This commit is contained in:
parent
f76f04994d
commit
c2215d1a1e
@ -187,7 +187,7 @@ class TestUi(TestCase):
|
|||||||
|
|
||||||
# THEN: setIconVisibleInMenu should not be called
|
# THEN: setIconVisibleInMenu should not be called
|
||||||
assert 0 == mocked_action.setIconVisibleInMenu.call_count, \
|
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):
|
def test_create_checked_disabled_invisible_action(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user