Skip to content

Commit 79d62bf

Browse files
authored
Updated meta strategy
1 parent ec02c5d commit 79d62bf

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)