We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bc8126 + d871968 commit e1b8ca9Copy full SHA for e1b8ca9
tests/test_strategies.py
@@ -7,4 +7,4 @@ def test_original_rank():
7
for details in characteristics.values()
8
if details['original_rank'] is not None]
9
10
- assert sorted(ranks) = list(range(1, 63 + 1))
+ assert sorted(ranks) == list(range(1, 63 + 1))
0 commit comments