Skip to content

Commit d871968

Browse files
committed
[#36] Fix typo
1 parent 8aa18b7 commit d871968

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)