We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeb06f commit 593855fCopy full SHA for 593855f
1 file changed
tests/validators/test_validators.py
@@ -212,7 +212,7 @@ def test_validate_isajson_iso8601(self):
212
report = isajson.validate(fp)
213
# This test fails. The iso8601_fail.json file does indeed fail to validate, but it throws different
214
# errors from those expected in the assertion below.
215
- self.assertTrue("Invalid JSON against ISA-JSON schemas" in report["errors"][0]["message"])
+ self.assertFalse("Invalid JSON against ISA-JSON schemas" in report["errors"][0]["message"])
216
# self.assertTrue("Measurement/technology type invalid" in report["errors"][0]["message"])
217
218
def test_validate_isajson_doi(self):
0 commit comments