Fix build?
timw4mail/json-parser/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-04-16 22:24:25 -04:00
parent e4c95cf2a3
commit 12924f2f69
1 changed files with 1 additions and 1 deletions

View File

@ -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();