Fix order in grouped parameters test
This test now also fails.
This commit is contained in:
parent
01e49630d7
commit
9821d630fd
|
@ -117,10 +117,10 @@ mod param_order {
|
||||||
param_ids,
|
param_ids,
|
||||||
[
|
[
|
||||||
"one",
|
"one",
|
||||||
"three",
|
|
||||||
"group1_one",
|
"group1_one",
|
||||||
"group1_two",
|
"group1_two",
|
||||||
"group1_three",
|
"group1_three",
|
||||||
|
"three",
|
||||||
"group2_one",
|
"group2_one",
|
||||||
"group2_two",
|
"group2_two",
|
||||||
"group2_three",
|
"group2_three",
|
||||||
|
|
Loading…
Reference in a new issue