We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b79884 commit ff27145Copy full SHA for ff27145
1 file changed
tests/integration/profiles/five-safes-crate/test_5src_11_workflow_execution.py
@@ -256,7 +256,7 @@ def test_5src_workflow_object_has_no_end_time_if_ended():
256
)
257
258
259
-#------- MAY fail tests
+# ------- MAY fail tests
260
261
def test_5src_workflow_object_has_no_start_time_if_begun():
262
sparql = (SPARQL_PREFIXES + """
@@ -277,4 +277,4 @@ def test_5src_workflow_object_has_no_start_time_if_begun():
277
expected_triggered_issues=["The workflow execution object MAY have a startTime if execution was initiated."],
278
profile_identifier="five-safes-crate",
279
rocrate_entity_mod_sparql=sparql,
280
- )
+ )
0 commit comments