Skip to content

Commit

Permalink
Update Meta strategy change detector test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Oct 29, 2018
1 parent d82e4c7 commit 777f55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axelrod/tests/strategies/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ class TestNMWEStochastic(TestMetaPlayer):
}

def test_strategy(self):
actions = [(C, C), (C, D), (D, C), (D, D), (D, C)]
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
self.versus_test(opponent=axelrod.Alternator(), expected_actions=actions)


Expand Down

0 comments on commit 777f55f

Please sign in to comment.