We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d33f9 commit 9af1333Copy full SHA for 9af1333
test/test_refs.py
@@ -56,7 +56,7 @@ def test_1(self):
56
with self.subTest():
57
self.assertFalse(isSubschema(s2, s4))
58
59
- @unittest.skip("Unsupported ecursive/circular $ref")
+ @unittest.skip("Unsupported recursive/circular $ref")
60
def test_2(self):
61
s1 = {"definitions": {"S": {"anyOf": [{"enum": [None]},
62
{"allOf": [{"items": [{"$ref": "#/definitions/S"},
0 commit comments