This commit is contained in:
Rob Ede 2020-06-26 20:06:40 +01:00
parent a8b1564e93
commit 398ef62e8f
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 4 deletions

View File

@ -482,10 +482,7 @@ mod tests {
let req = TestRequest::default().rmap(rmap).to_http_request();
let route_name = req.0.rmap.match_name("/index.html");
assert_eq!(
route_name.unwrap(),
"index".to_owned()
);
assert_eq!(route_name.unwrap(), "index".to_owned());
}
#[test]