Skip to content

Commit ce47fad

Browse files
committed
-
1 parent 90b6167 commit ce47fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source_py3/test_python_toolbox/test_combi/test_exhaustive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ def _check_variation_selection(variation_selection):
173173
not variation_selection.is_partial
174174
)
175175

176+
assert perm_space.length == len(brute_perm_space_tuple)
177+
176178
if perm_space.length >= 2:
177179
assert perm_space.index(perm_space[-1]) > \
178180
perm_space.index(perm_space[0])
179181

180-
assert perm_space.length == len(brute_perm_space_tuple)
181-
182182
if variation_selection.is_partial:
183183
assert perm_space.n_unused_elements == 2
184184
else:

0 commit comments

Comments
 (0)