Skip to content

Commit 53381de

Browse files
committed
Add extra test actions.
1 parent 82c16f2 commit 53381de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axelrod/tests/strategies/test_appeaser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def test_strategy(self):
2424
# Starts by cooperating.
2525
self.first_play_test(C)
2626

27-
actions = [(C, C), (C, C), (C, C)]
27+
actions = [(C, C), (C, C), (C, C), (C, C), (C, C)]
2828
self.versus_test(axelrod.Cooperator(), expected_actions=actions)
2929

30-
actions = [(C, D), (D, D), (C, D), (D, D)]
30+
actions = [(C, D), (D, D), (C, D), (D, D), (C, D)]
3131
self.versus_test(axelrod.Defector(), expected_actions=actions)
3232

3333
opponent = axelrod.MockPlayer([C, C, D, D])

0 commit comments

Comments
 (0)