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 8a5fd63 commit fa592b3Copy full SHA for fa592b3
tests/test_validate.py
@@ -52,7 +52,6 @@ def test_validate_json_fail(self):
52
In this particular test case, the 'mapping_justification' slot
53
does not have EntityReference objects, but strings.
54
"""
55
- # FIXME
56
self.assertRaises(ValidationError, validate, self.bad_msdf1, self.validation_types)
57
58
def test_validate_shacl(self):
0 commit comments