Skip to content

Commit e9405a4

Browse files
committed
fixed a lint problem - 2
1 parent ff27145 commit e9405a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -241,7 +241,7 @@ def test_5src_workflow_object_has_no_end_time_if_ended():
241241
}
242242
WHERE {
243243
?s rdf:type schema:CreateAction ;
244-
schema:endTime ?time .
244+
schema:endTime ?time .
245245
}
246246
""")
247247

0 commit comments

Comments
 (0)