Skip to content

Commit

Permalink
#44: adding tests for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Sep 15, 2024
1 parent 3c6e492 commit e6657c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
"createdAt": workflow.created_at,
"schemaVersion": f"{__schema_version__}",
"author": {
"name": "8uf",
"name": f"{workflow.author_name}",
"email": "support@wfcommons.org"
},
"workflow": {
Expand Down

0 comments on commit e6657c9

Please sign in to comment.