From 2f1b29abcee2fcc01453282c126a8db34eae6428 Mon Sep 17 00:00:00 2001 From: boxdot Date: Tue, 5 Mar 2019 20:43:33 +0100 Subject: [PATCH] Fix typo in test name. --- src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.rs b/src/application.rs index 70027d21a..55a302732 100644 --- a/src/application.rs +++ b/src/application.rs @@ -825,7 +825,7 @@ mod tests { } #[test] - fn test_unit_responser() { + fn test_unit_responder() { let app = App::new().resource("/unit", |r| r.f(|_| {})).finish(); let req = TestRequest::with_uri("/unit").request();