Skip to content

Commit 0aa0777

Browse files
committed
LocalBearTestHelper: Remove check_order
Remove `check_order` argument from `check_line_result_count(...)` because the order doesn't matter while comparing length of the results. Closes #4451
1 parent fc5b5ba commit 0aa0777

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coalib/testing/LocalBearTestHelper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def check_line_result_count(self,
213213
lines,
214214
results_num,
215215
filename=None,
216-
check_order=False,
217216
force_linebreaks=True,
218217
create_tempfile=True,
219218
tempfile_kwargs={},

0 commit comments

Comments
 (0)