We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aa7b0 commit fd3456eCopy full SHA for fd3456e
axelrod/tests/unit/test_match.py
@@ -21,7 +21,7 @@ def test_init(self, turns, game):
21
self.assertEqual(match.result, [])
22
self.assertEqual(match.players, [p1, p2])
23
self.assertEqual(match.turns, turns)
24
- self.assertEqual(match.prob_end, "foo")
+ self.assertEqual(match.prob_end, 0)
25
self.assertEqual(match.noise, 0)
26
self.assertEqual(match.game.RPST(), game.RPST())
27
0 commit comments