Rename test
This commit is contained in:
parent
172275a5f6
commit
864246c24a
@ -224,7 +224,7 @@ fn parse_json_object() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn parse_json() {
|
fn parse_json_document() {
|
||||||
let test_json = include_str!("joplin-cfg.json");
|
let test_json = include_str!("joplin-cfg.json");
|
||||||
let parsed_json = json_object().parse(test_json);
|
let parsed_json = json_object().parse(test_json);
|
||||||
assert!(parsed_json.is_ok());
|
assert!(parsed_json.is_ok());
|
||||||
|
Loading…
Reference in New Issue
Block a user