Skip to content

Commit 93db397

Browse files
gaffney2010marcharper
authored andcommitted
Updated meta strategy
1 parent 06abd79 commit 93db397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_strategy(self):
335335
self.versus_test(opponent=axelrod.Alternator(),
336336
expected_actions=actions, seed=0)
337337

338-
actions = [(C, C), (C, D), (D, C), (C, D), (D, C)]
338+
actions = [(C, C), (C, D), (C, C), (C, D), (D, C)]
339339
self.versus_test(opponent=axelrod.Alternator(),
340340
expected_actions=actions, seed=1)
341341

0 commit comments

Comments
 (0)