Skip to content

Commit 9a2bd2c

Browse files
committed
Merge branch 'master' of http://github.com/Axelrod-Python/Axelrod into TidemanChieruzz
Conflicts: axelrod/tests/strategies/test_axelrod_second.py
2 parents e301782 + 3402156 commit 9a2bd2c

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)