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