fix: Fix incorrect naming of response json object for monic
This commit is contained in:
parent
1290adcd9b
commit
b595276143
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ pub fn task_deploy(testcase: &Testcase) -> Result<Value> {
|
||||||
}
|
}
|
||||||
"gfpoly_make_monic" => {
|
"gfpoly_make_monic" => {
|
||||||
let result = gfpoly_make_monic(args)?;
|
let result = gfpoly_make_monic(args)?;
|
||||||
let json = json!({"S" : result.to_c_array()});
|
let json = json!({"A*" : result.to_c_array()});
|
||||||
|
|
||||||
Ok(json)
|
Ok(json)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue