Skip to content

Commit 46d1d5d

Browse files
committed
Adjust test for a meta player.
Due to reclassification the teams have changed.
1 parent ef130c2 commit 46d1d5d

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
@@ -563,7 +563,7 @@ class TestNMWELongMemory(TestMetaPlayer):
563563
}
564564

565565
def test_strategy(self):
566-
actions = [(C, C), (C, D), (D, C), (C, D), (D, C)]
566+
actions = [(C, C), (C, D), (D, C), (D, D), (D, C)]
567567
self.versus_test(opponent=axelrod.Alternator(),
568568
expected_actions=actions)
569569

0 commit comments

Comments
 (0)