diff --git a/src/api/schema.rs b/src/api/schema.rs index de671a7d..c1e27e39 100644 --- a/src/api/schema.rs +++ b/src/api/schema.rs @@ -340,7 +340,7 @@ pub fn parse_query_string(query: &str, schema: &Schema, test_required: bool) -> } #[test] -fn test_shema1() { +fn test_schema1() { let schema = Schema::Object(ObjectSchema { description: "TEST", optional: false,