Skip to content

Commit f70ca66

Browse files
committed
test: fix
1 parent 9c40704 commit f70ca66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fn json_output() {
101101
fn json_input() {
102102
let json_tree = JsonTree {
103103
tree: sample_tree().into_reflection(),
104-
shared: None,
104+
shared: Default::default(),
105105
};
106106
let json_data = JsonData {
107107
schema_version: SchemaVersion,

0 commit comments

Comments
 (0)