Skip to content

Commit ff27145

Browse files
committed
fixed a lint problem
1 parent 5b79884 commit ff27145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def test_5src_workflow_object_has_no_end_time_if_ended():
256256
)
257257

258258

259-
#------- MAY fail tests
259+
# ------- MAY fail tests
260260

261261
def test_5src_workflow_object_has_no_start_time_if_begun():
262262
sparql = (SPARQL_PREFIXES + """
@@ -277,4 +277,4 @@ def test_5src_workflow_object_has_no_start_time_if_begun():
277277
expected_triggered_issues=["The workflow execution object MAY have a startTime if execution was initiated."],
278278
profile_identifier="five-safes-crate",
279279
rocrate_entity_mod_sparql=sparql,
280-
)
280+
)

0 commit comments

Comments
 (0)