Skip to content

Commit 1079d8d

Browse files
authored
Update test_adaptive_cooperator.py
1 parent fbc9efe commit 1079d8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

axelrod/tests/strategies/test_adaptive_cooperator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ class TestAdaptiveCooperator(TestPlayer):
1414
'manipulates_state': False
1515
}
1616

17-
def test_first__strategy(self):
18-
self.first_play_test(C)
19-
2017
def test_strategy_cooperator(self):
2118
actions = [(C, C), (C, C), (C, C), (C, C), (C, C)]
2219
self.versus_test(axelrod.Cooperator(), expected_actions=actions)

0 commit comments

Comments
 (0)