diff --git a/tests/test-grammar-integration.cpp b/tests/test-grammar-integration.cpp index c1d83c29c..975658f79 100644 --- a/tests/test-grammar-integration.cpp +++ b/tests/test-grammar-integration.cpp @@ -1108,7 +1108,7 @@ static void test_json_schema() { R"""({ "number": "1600", "street_name": "Pennsylvania", "street_type":"Avenue"})""", // "Additional properties default to false for generation, even though the spec says true. R"""({ "number": 1600, "street_name": "Pennsylvania", "street_type":"Avenue", "direction":"NW"})""", - + } );