Skip to content

Commit d204101

Browse files
manycodingJulian
authored andcommitted
Add propertyNames to Draft6 patternProperties, do not skip patternProperties test
1 parent 81ab87d commit d204101

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jsonschema/tests/test_validators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,6 @@ def test_invalid_pattern(self):
11071107
with self.assertRaises(SchemaError):
11081108
self.Validator.check_schema({"pattern": "\q"})
11091109

1110-
@unittest.skip("This test fails but it shouldn't, see"
1111-
"github.com/Julian/jsonschema/pull/425#issuecomment-425667814")
11121110
def test_invalid_patternProperty(self):
11131111
with self.assertRaises(SchemaError):
11141112
self.Validator.check_schema(

0 commit comments

Comments
 (0)