Skip to content

Commit 5996412

Browse files
committed
Addressed extra comments about message in SHACL shapes.
1 parent eddf1b7 commit 5996412

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rocrate_validator/profiles/five-safes-crate/must/7_requested_workflow_run.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ five-safes-crate:WorkflowRunObject
8181
FILTER NOT EXISTS { ?object a ?type . }
8282
}
8383
""" ;
84-
sh:message "Each `object` in the `CreateAction` entity corresponding to the workflow run MUST reference an existing entity." ;
84+
sh:message "In the `CreateAction` entity corresponding to the workflow run, each `object` MUST reference an existing entity." ;
8585
] .

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ def test_createaction_object_does_not_reference_existing_entities():
158158
expected_validation_result=False,
159159
expected_triggered_requirements=["WorkflowRunAction"],
160160
expected_triggered_issues=[
161-
"Each `object` in the `CreateAction` entity corresponding"
162-
+ " to the workflow run MUST reference an existing entity."
161+
"In the `CreateAction` entity corresponding to the workflow run,"
162+
+ " each `object` MUST reference an existing entity."
163163
],
164164
profile_identifier="five-safes-crate",
165165
rocrate_entity_mod_sparql=sparql,

0 commit comments

Comments
 (0)