Skip to content

Commit cf0f005

Browse files
Update axelrod/tests/strategies/test_adaptive_cooperator.py
Co-authored-by: Vince Knight <[email protected]>
1 parent 1079d8d commit cf0f005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_adaptive_cooperator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class TestAdaptiveCooperator(TestPlayer):
77
name = 'Adaptive Cooperator'
88
player = axelrod.AdaptiveCooperator
99
expected_classifier = {
10-
'memory': 1,
10+
"memory_depth": 1,
1111
'stochastic': False,
1212
'inspects_source': False,
1313
'manipulates_source': False,

0 commit comments

Comments
 (0)