mirror of https://github.com/fafhrd91/actix-web
Update test
This commit is contained in:
parent
a347b01260
commit
86af8b6e89
|
@ -393,6 +393,8 @@ mod tests {
|
||||||
let root = Rc::new(root);
|
let root = Rc::new(root);
|
||||||
root.finish(Rc::clone(&root));
|
root.finish(Rc::clone(&root));
|
||||||
|
|
||||||
println!("{:?}", root);
|
let output = format!("{:?}", root);
|
||||||
|
assert!(output.starts_with("ResourceMap"));
|
||||||
|
assert!(output.ends_with("}"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue