Skip to content

Commit 7212568

Browse files
manycodingJulian
authored andcommitted
Add propertyNames to Draft6 patternProperties, do not skip patternProperties test
1 parent beb17cf commit 7212568

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
@@ -1040,8 +1040,6 @@ def test_invalid_pattern(self):
10401040
with self.assertRaises(SchemaError):
10411041
self.Validator.check_schema({"pattern": "\q"})
10421042

1043-
@unittest.skip("This test fails but it shouldn't, see"
1044-
"github.com/Julian/jsonschema/pull/425#issuecomment-425667814")
10451043
def test_invalid_patternProperty(self):
10461044
with self.assertRaises(SchemaError):
10471045
self.Validator.check_schema(

0 commit comments

Comments
 (0)