Skip to content

Commit 18898b0

Browse files
committed
Removed linting error - 2
1 parent 08070ac commit 18898b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration/profiles/five-safes-crate/test_5src_12_check_phase.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ def test_5src_check_value_instrument_does_not_point_to_entity_with_type_defined_
275275
requirement_severity=Severity.RECOMMENDED,
276276
expected_validation_result=False,
277277
expected_triggered_requirements=["CheckValue"],
278-
expected_triggered_issues=["`CheckValue` --> `instrument` SHOULD point to an entity typed `schema:DefinedTerm`"],
278+
expected_triggered_issues=[
279+
"`CheckValue` --> `instrument` SHOULD point to an entity typed `schema:DefinedTerm`"
280+
],
279281
profile_identifier="five-safes-crate",
280282
rocrate_entity_mod_sparql=sparql,
281283
)

0 commit comments

Comments
 (0)