From 3f7ae1ccb6174f394f759bcc5d158195f178d34d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 12 Apr 2020 01:48:52 +0600 Subject: [PATCH] fix tests --- ntex-identity/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ntex-identity/src/lib.rs b/ntex-identity/src/lib.rs index c4826fc9..adc4be91 100644 --- a/ntex-identity/src/lib.rs +++ b/ntex-identity/src/lib.rs @@ -774,7 +774,7 @@ mod tests { f: F, ) -> impl ntex::service::Service< Request = ntex::http::Request, - Response = WebResponse, + Response = WebResponse, Error = Error, > { test::init_service( @@ -1119,11 +1119,11 @@ mod tests { ok(Some("test".to_string())) } - fn to_response( + fn to_response( &self, _: Option, _: bool, - _: &mut WebResponse, + _: &mut WebResponse, ) -> Self::ResponseFuture { ok(()) }