Skip to content

Commit e6657c9

Browse files
committed
#44: adding tests for github actions
1 parent 3c6e492 commit e6657c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
3939
"createdAt": workflow.created_at,
4040
"schemaVersion": f"{__schema_version__}",
4141
"author": {
42-
"name": "8uf",
42+
"name": f"{workflow.author_name}",
4343
"email": "support@wfcommons.org"
4444
},
4545
"workflow": {

0 commit comments

Comments
 (0)