Skip to content

Commit 08dd31e

Browse files
committed
update 5s-rocrate tests
1 parent 5b948c1 commit 08dd31e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def test_completed_createaction_does_not_have_result():
5252
expected_validation_result=False,
5353
expected_triggered_requirements=["WorkflowRun"],
5454
expected_triggered_issues=[
55-
"`WorkflowRun` with CompletedActionStatus SHOULD have the `result` property."
55+
"The `CreateAction` corresponding to the workflow run,",
56+
"with CompletedActionStatus, SHOULD have the `result` property."
5657
],
5758
profile_identifier="five-safes-crate",
5859
rocrate_entity_mod_sparql=sparql,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_5src_workflow_object_not_mentioned_by_root_data_entity():
267267
expected_validation_result=False,
268268
expected_triggered_requirements=["RootDataEntity"],
269269
expected_triggered_issues=[
270-
"RootDataEntity SHOULD mention workflow execution object (typed WorkflowRun)."
270+
"RootDataEntity SHOULD mention a workflow run object (typed CreateAction)."
271271
],
272272
profile_identifier="five-safes-crate",
273273
rocrate_entity_mod_sparql=sparql,

0 commit comments

Comments
 (0)