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,
|
||||
[
|
||||
"one",
|
||||
"three",
|
||||
"group1_one",
|
||||
"group1_two",
|
||||
"group1_three",
|
||||
"three",
|
||||
"group2_one",
|
||||
"group2_two",
|
||||
"group2_three",
|
||||
|
|
Loading…
Reference in a new issue