Skip to content

Commit e1b8ca9

Browse files
Merge pull request #46 from Axelrod-Python/issue-36
[#36] Fix typo
2 parents 7bc8126 + d871968 commit e1b8ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def test_original_rank():
77
for details in characteristics.values()
88
if details['original_rank'] is not None]
99

10-
assert sorted(ranks) = list(range(1, 63 + 1))
10+
assert sorted(ranks) == list(range(1, 63 + 1))

0 commit comments

Comments
 (0)