forked from openlp/openlp
removed print
This commit is contained in:
parent
533710fc5b
commit
53c584ede4
@ -66,7 +66,6 @@ class TestCategoryActionList(TestCase):
|
||||
|
||||
# WHEN: Add an action.
|
||||
returned_action = self.list[0]
|
||||
print(returned_action)
|
||||
|
||||
# THEN: Check if the correct action was returned.
|
||||
self.assertEqual(self.action1, returned_action)
|
||||
|
Loading…
Reference in New Issue
Block a user