Skip to content

Commit fa592b3

Browse files
committed
Update test_validate.py
1 parent 8a5fd63 commit fa592b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_validate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def test_validate_json_fail(self):
5252
In this particular test case, the 'mapping_justification' slot
5353
does not have EntityReference objects, but strings.
5454
"""
55-
# FIXME
5655
self.assertRaises(ValidationError, validate, self.bad_msdf1, self.validation_types)
5756

5857
def test_validate_shacl(self):

0 commit comments

Comments
 (0)