Skip to content

Commit 698bf64

Browse files
committed
Fix meta test
1 parent eb1bb7d commit 698bf64

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
@@ -425,7 +425,7 @@ class TestMetaWinnerFiniteMemory(TestMetaPlayer):
425425
}
426426

427427
def test_strategy(self):
428-
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
428+
actions = [(C, C), (C, D), (C, C), (C, D), (D, C)]
429429
self.versus_test(opponent=axelrod.Alternator(), expected_actions=actions)
430430

431431

0 commit comments

Comments
 (0)