Skip to content

Commit

Permalink
#44: setting up wfcommons testing infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Sep 19, 2024
1 parent f81af36 commit b53fb5b
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 @@ -58,7 +58,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
"runtimeSystem": {
"name": "WfCommons",
"version": f"{__version__}",
"url": "https://docs.wfcommons.org/en/v1.1.dev/"
"url": f"https://docs.wfcommons.org/en/v{__version__}/"
}
}

Expand Down

0 comments on commit b53fb5b

Please sign in to comment.