Skip to content

Commit 777f55f

Browse files
committed
Update Meta strategy change detector test
1 parent d82e4c7 commit 777f55f

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
@@ -548,7 +548,7 @@ class TestNMWEStochastic(TestMetaPlayer):
548548
}
549549

550550
def test_strategy(self):
551-
actions = [(C, C), (C, D), (D, C), (D, D), (D, C)]
551+
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
552552
self.versus_test(opponent=axelrod.Alternator(), expected_actions=actions)
553553

554554

0 commit comments

Comments
 (0)