From 3e7fad1fb172adbb3061ea174db25eae98ae6121 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 20 Oct 2019 19:39:00 +0200 Subject: [PATCH] fix tests --- gotham_restful/src/openapi/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotham_restful/src/openapi/router.rs b/gotham_restful/src/openapi/router.rs index 48565de..d1d8dc0 100644 --- a/gotham_restful/src/openapi/router.rs +++ b/gotham_restful/src/openapi/router.rs @@ -483,7 +483,7 @@ mod test #[allow(dead_code)] struct QueryParams { - id : i64 + id : isize } #[test]