This commit is contained in:
Tim Bentley 2016-05-18 18:25:16 +01:00
parent fd33d9a0c5
commit 8507d3e263
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class TestCategoryActionList(TestCase):
# GIVEN: The list including two actions
self.list.add(self.action1)
self.list.add(self.action2)
# WHEN: Iterating over the list
l = [a for a in self.list]
# THEN: Make sure they are returned in correct order