Skip to content

Commit 43930e8

Browse files
authored
fix test_meta.py
change line 641 of axelrod/tests/strategies/test_meta.py
1 parent 0e50803 commit 43930e8

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
@@ -638,7 +638,7 @@ def classifier_test(self, expected_class_classifier=None):
638638
pass
639639

640640
def test_strategy(self):
641-
actions = [(C, C), (C, D), (D, C), (D, D), (D, C)]
641+
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
642642
self.versus_test(opponent=axl.Alternator(), expected_actions=actions, seed=11)
643643

644644

0 commit comments

Comments
 (0)