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 2fad16a commit dcd9d92Copy full SHA for dcd9d92
axelrod/tests/strategies/test_player.py
@@ -61,7 +61,7 @@ def test_seed_warning(self):
61
"""Test that the user is warned if a null seed is given."""
62
player = self.player()
63
with warnings.catch_warnings():
64
- player._set_seed(seed=None)
+ player.set_seed(seed=None)
65
66
def test_play(self):
67
player1, player2 = self.player(), self.player()
0 commit comments