Skip to content

Commit b53fb5b

Browse files
committed
#44: setting up wfcommons testing infrastructure
1 parent f81af36 commit b53fb5b

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
@@ -58,7 +58,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
5858
"runtimeSystem": {
5959
"name": "WfCommons",
6060
"version": f"{__version__}",
61-
"url": "https://docs.wfcommons.org/en/v1.1.dev/"
61+
"url": f"https://docs.wfcommons.org/en/v{__version__}/"
6262
}
6363
}
6464

0 commit comments

Comments
 (0)