Skip to content

Commit 497fd52

Browse files
committed
formatting
1 parent cbffc65 commit 497fd52

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727

2828
def test_5src_assess_action_not_referenced_from_rde():
29-
sparql = SPARQL_PREFIXES + """
29+
sparql = (
30+
SPARQL_PREFIXES
31+
+ """
3032
DELETE {
3133
<./> schema:mentions ?this .
3234
}
@@ -35,13 +37,19 @@ def test_5src_assess_action_not_referenced_from_rde():
3537
<./> schema:mentions ?this .
3638
}
3739
"""
40+
)
3841

3942
do_entity_test(
4043
rocrate_path=ValidROC().five_safes_crate_result,
4144
requirement_severity=Severity.REQUIRED,
4245
expected_validation_result=False,
43-
expected_triggered_requirements=["All AssessActions are mentioned from Root Data Entity"],
44-
expected_triggered_issues=["All AssessAction entities in the crate MUST be referenced from the Root Dataset via `mentions`."],
46+
expected_triggered_requirements=[
47+
"All AssessActions are mentioned from Root Data Entity"
48+
],
49+
expected_triggered_issues=[
50+
"All AssessAction entities in the crate MUST be referenced from "
51+
"the Root Dataset via `mentions`."
52+
],
4553
profile_identifier="five-safes-crate",
4654
rocrate_entity_mod_sparql=sparql,
4755
)

0 commit comments

Comments
 (0)