forked from openlp/openlp
fixes
This commit is contained in:
parent
fd33d9a0c5
commit
8507d3e263
@ -118,7 +118,7 @@ class TestCategoryActionList(TestCase):
|
|||||||
# GIVEN: The list including two actions
|
# GIVEN: The list including two actions
|
||||||
self.list.add(self.action1)
|
self.list.add(self.action1)
|
||||||
self.list.add(self.action2)
|
self.list.add(self.action2)
|
||||||
|
|
||||||
# WHEN: Iterating over the list
|
# WHEN: Iterating over the list
|
||||||
l = [a for a in self.list]
|
l = [a for a in self.list]
|
||||||
# THEN: Make sure they are returned in correct order
|
# THEN: Make sure they are returned in correct order
|
||||||
|
Loading…
Reference in New Issue
Block a user