mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-12 21:02:11 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -311,8 +311,8 @@ fn flask_eval_chain_dynamic_verdict_is_null_when_verify_disabled() {
|
|||
.success();
|
||||
let stdout = String::from_utf8(assert.get_output().stdout.clone())
|
||||
.expect("nyx scan stdout is valid UTF-8");
|
||||
let value: Value = serde_json::from_str(&stdout)
|
||||
.expect("nyx scan --format json produced invalid JSON");
|
||||
let value: Value =
|
||||
serde_json::from_str(&stdout).expect("nyx scan --format json produced invalid JSON");
|
||||
|
||||
let chains = value
|
||||
.get("chains")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue