Description: ISO 8601 requires a time component, this should be false
Author: Simon Quigley <tsimonq2@debian.org>
Forwarded: no
Last-Update: 2025-11-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/json_schema/validator_test.rb
+++ b/test/json_schema/validator_test.rb
@@ -707,7 +707,7 @@ describe JsonSchema::Validator do
       "format" => "date"
     )
     data_sample["owner"] = "2014-05-13"
-    assert_valid
+    refute_valid
   end
 
   it "validates date format unsuccessfully" do
