Rename test

This commit is contained in:
Greg Shuflin 2023-01-22 14:26:46 -08:00
parent 172275a5f6
commit 864246c24a
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ fn parse_json_object() {
}
#[test]
fn parse_json() {
fn parse_json_document() {
let test_json = include_str!("joplin-cfg.json");
let parsed_json = json_object().parse(test_json);
assert!(parsed_json.is_ok());