Fix typo in test name.

This commit is contained in:
boxdot 2019-03-05 20:43:33 +01:00 committed by GitHub
parent b1e68ac72a
commit 2f1b29abce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ mod tests {
} }
#[test] #[test]
fn test_unit_responser() { fn test_unit_responder() {
let app = App::new().resource("/unit", |r| r.f(|_| {})).finish(); let app = App::new().resource("/unit", |r| r.f(|_| {})).finish();
let req = TestRequest::with_uri("/unit").request(); let req = TestRequest::with_uri("/unit").request();