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 4e8328a commit 48bf15cCopy full SHA for 48bf15c
jsonschema/tests/test_exceptions.py
@@ -321,7 +321,7 @@ def test_boolean_schemas(self):
321
322
def test_one_error(self):
323
validator = _LATEST_VERSION({"minProperties": 2})
324
- error, = validator.iter_errors({})
+ validator.iter_errors({})
325
self.assertEqual(
326
exceptions.best_match(validator.iter_errors({})).validator,
327
"minProperties",
0 commit comments