Skip to content

Commit bf2c855

Browse files
authored
Update test_axelrod_second.py
1 parent a81b750 commit bf2c855

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
@@ -834,7 +834,7 @@ def test_strategy(self):
834834
match = axelrod.Match((player, axelrod.Random()), turns=len(expected_actions))
835835
# The history matrix will be [[0, 2], [5, 6], [3, 6], [4, 2]]
836836
actions = match.play()
837-
self.assertEqual(actions, expected_actions) # Just to be consistant with the current test.
837+
self.assertEqual(actions, expected_actions)
838838
self.assertAlmostEqual(player.calculate_chi_squared(len(expected_actions)), 2.395, places=3)
839839

840840
# Come back out of defect mode

0 commit comments

Comments
 (0)