Skip to content

Commit c57e6cd

Browse files
committed
Added blank space in message in SHACL shape of
1 parent 8d6bc88 commit c57e6cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rocrate_validator/profiles/five-safes-crate/should/2_requesting_agent.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ five-safes-crate:PersonAgentHasAffiliation
4545
sh:path schema:affiliation ;
4646
sh:minCount 1 ;
4747
sh:severity sh:Warning ;
48-
sh:message "The agent of the `CreateAction` corresponding to the workflowrun SHOULD have an affiliation" ;
48+
sh:message "The agent of the `CreateAction` corresponding to the workflow run SHOULD have an affiliation" ;
4949
] .

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def test_5src_agent_does_not_have_affiliation():
158158
expected_validation_result=False,
159159
expected_triggered_requirements=["Agent of WorkflowRunAction"],
160160
expected_triggered_issues=[
161-
"The agent of the `CreateAction` corresponding to the workflowrun SHOULD have an affiliation"
161+
"The agent of the `CreateAction` corresponding to the workflow run SHOULD have an affiliation"
162162
],
163163
profile_identifier="five-safes-crate",
164164
rocrate_entity_mod_sparql=sparql,

0 commit comments

Comments
 (0)