Skip to content

Commit 4bdc10b

Browse files
committed
ISA profile: changed test case for valid isa-ro-crate to severity required due to warnings in base profile
1 parent 81e50dd commit 4bdc10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/profiles/isa-ro-crate/test_valid_isa_crate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_valid_isa_ro_crate():
2727
"""Test a valid ISA RO-Crate."""
2828
do_entity_test(
2929
ValidROC().isa_ro_crate_manual,
30-
Severity.RECOMMENDED,
30+
Severity.REQUIRED,
3131
True,
3232
profile_identifier="isa-ro-crate",
3333
skip_checks=[SKIP_LOCAL_DATA_ENTITY_EXISTENCE_CHECK_IDENTIFIER],

0 commit comments

Comments
 (0)