We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ba997 commit 8feaea4Copy full SHA for 8feaea4
bin/jsonschema_suite
@@ -125,7 +125,7 @@ class SanityTests(unittest.TestCase):
125
126
@unittest.skipIf(jsonschema is None, "Validation library not present!")
127
def test_suites_are_valid(self):
128
- validator = jsonschema.Draft3Validator(TESTSUITE_SCHEMA)
+ validator = jsonschema.Draft4Validator(TESTSUITE_SCHEMA)
129
for tests in files(self.test_files):
130
try:
131
validator.validate(tests)
0 commit comments