Skip to content

Commit adeb06f

Browse files
author
oerc0042
committed
minor edits/linting
1 parent d9df08a commit adeb06f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/validators/test_validators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def test_validate_isajson_iso8601(self):
210210
)
211211
with open(os.path.join(self._unit_json_data_dir, "iso8601_fail.json")) as fp:
212212
report = isajson.validate(fp)
213-
214213
# This test fails. The iso8601_fail.json file does indeed fail to validate, but it throws different
215214
# errors from those expected in the assertion below.
216215
self.assertTrue("Invalid JSON against ISA-JSON schemas" in report["errors"][0]["message"])

0 commit comments

Comments
 (0)