Skip to content

Commit e54a9bf

Browse files
yohmdrvinceknight
authored andcommitted
Update axelrod/tests/strategies/test_grudger.py
Co-authored-by: Vince Knight <[email protected]>
1 parent ba32a7a commit e54a9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_grudger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_strategy(self):
341341
class TestCapri(TestPlayer):
342342

343343
name = "CAPRI"
344-
player = axl.CAPRI
344+
player = axl.Capri
345345
expected_classifier = {
346346
"memory_depth": 3,
347347
"stochastic": False,

0 commit comments

Comments
 (0)