From 01725e93e1fc1c47a5c76229e7745f32b200f03a Mon Sep 17 00:00:00 2001 From: clemensw Date: Tue, 28 Jan 2020 20:38:25 +0100 Subject: [PATCH] 'Reply' example is testing the math() filter --- src/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.rs b/src/test.rs index fc9a22347..be906793f 100644 --- a/src/test.rs +++ b/src/test.rs @@ -64,7 +64,7 @@ //! #[test] //! fn test_math() { //! # let math = || warp::any().map(warp::reply); -//! let filter = sum(); +//! let filter = math(); //! //! let res = warp::test::request() //! .path("/1/2")