Update test

This commit is contained in:
Matt Gathu 2020-09-25 16:58:12 +02:00
parent a347b01260
commit 86af8b6e89
1 changed files with 3 additions and 1 deletions

View File

@ -393,6 +393,8 @@ mod tests {
let root = Rc::new(root);
root.finish(Rc::clone(&root));
println!("{:?}", root);
let output = format!("{:?}", root);
assert!(output.starts_with("ResourceMap"));
assert!(output.ends_with("}"));
}
}