Fix build?
Some checks failed
timw4mail/json-parser/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/json-parser/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e4c95cf2a3
commit
12924f2f69
@ -199,7 +199,7 @@ fn parse_full_json_example() {
|
||||
]),
|
||||
);
|
||||
|
||||
assert!(result.is_ok(), format!("{:#?}", result));
|
||||
assert!(result.is_ok(), "{:#?}", result);
|
||||
|
||||
let outer_array: Vec<JSONValue> = result.unwrap().unwrap();
|
||||
let result_map: JSONMap = outer_array[0].clone().unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user