Skip to content

Commit a53c832

Browse files
committed
clean up more iso-8601 references
1 parent 1336fbf commit a53c832

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

rocrate_validator/profiles/five-safes-crate/may/4_sign_off.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ five-safes-crate:SignOffPhaseStartTime
5353
sh:maxCount 1 ;
5454
sh:pattern "^[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}([.|,][0-9]+)?(Z|z|[+-][0-9]{2}:[0-9]{2})$" ;
5555
sh:severity sh:Info ;
56-
sh:description "Sign Off object MAY have a startTime property if action is active, completed or failed. This must follow ISO-8601 syntax" ;
57-
sh:message "Sign Off object MAY have a startTime property if action is active, completed or failed. This must follow ISO-8601 syntax" ;
56+
sh:description "Sign Off object MAY have a startTime property if action is active, completed or failed." ;
57+
sh:message "Sign Off object MAY have a startTime property if action is active, completed or failed." ;
5858
] .

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def test_5src_signoff_phase_no_endtime():
207207
expected_triggered_requirements=["SignOffPhaseEndTime"],
208208
expected_triggered_issues=[
209209
"Sign Off object SHOULD have endTime property if action completed or failed."
210-
+ " This must follow ISO-8601 syntax"
211210
],
212211
profile_identifier="five-safes-crate",
213212
rocrate_entity_mod_sparql=sparql,
@@ -277,7 +276,6 @@ def test_5src_signoff_phase_no_starttime():
277276
expected_triggered_requirements=["SignOffPhaseStartTime"],
278277
expected_triggered_issues=[
279278
"Sign Off object MAY have a startTime property if action is active, completed or failed."
280-
+ " This must follow ISO-8601 syntax"
281279
],
282280
profile_identifier="five-safes-crate",
283281
rocrate_entity_mod_sparql=sparql,

0 commit comments

Comments
 (0)