Skip to content

Commit 9af1333

Browse files
committed
Typo in test.skip
1 parent 01d33f9 commit 9af1333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_refs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_1(self):
5656
with self.subTest():
5757
self.assertFalse(isSubschema(s2, s4))
5858

59-
@unittest.skip("Unsupported ecursive/circular $ref")
59+
@unittest.skip("Unsupported recursive/circular $ref")
6060
def test_2(self):
6161
s1 = {"definitions": {"S": {"anyOf": [{"enum": [None]},
6262
{"allOf": [{"items": [{"$ref": "#/definitions/S"},

0 commit comments

Comments
 (0)