Skip to content

Commit

Permalink
'Reply' example is testing the math() filter
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensw authored and seanmonstar committed Jan 28, 2020
1 parent d6ac489 commit 01725e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Expand Up @@ -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")
Expand Down

0 comments on commit 01725e9

Please sign in to comment.