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 3bb0832 commit ee627c4Copy full SHA for ee627c4
jsonschema/tests/test_validators.py
@@ -993,7 +993,7 @@ def test_it_returns_true_for_formats_it_does_not_know_about(self):
993
994
def test_it_validates_formats_by_default(self):
995
validator = self.Validator({})
996
- self.assertIsInstance(validator.format_checker, FormatChecker())
+ self.assertIsInstance(validator.format_checker, FormatChecker)
997
998
def test_it_validates_formats_if_a_checker_is_provided(self):
999
checker = FormatChecker()
0 commit comments