Skip to content

Commit b10c09d

Browse files
authored
Change name of strategy
1 parent d789c38 commit b10c09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_titfortat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class TestAlexei(TestPlayer):
569569
Tests for the Alexei strategy
570570
"""
571571

572-
name = "Alexei: D"
572+
name = "Alexei: ('D',)"
573573
player = axelrod.Alexei
574574
expected_classifier = {
575575
'memory_depth': float('inf'),

0 commit comments

Comments
 (0)