Skip to content

Commit e7cf5ad

Browse files
committed
Fix failing test.
1 parent e6b9349 commit e7cf5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_axelrod_second.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ def test_strategy(self):
20342034

20352035
class TestSeconodByDowning(TestPlayer):
20362036

2037-
name = "Revised Downing"
2037+
name = "Second by Downing"
20382038
player = axelrod.SecondByDowning
20392039
expected_classifier = {
20402040
"memory_depth": float("inf"),

0 commit comments

Comments
 (0)