Skip to content

Commit 3886ca9

Browse files
committed
test update
1 parent 146944b commit 3886ca9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/unit/common/test_workflow.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def workflow(self) -> Workflow:
3333
return Workflow(
3434
name="Workflow Test",
3535
makespan=100.0,
36-
executed_at=str(datetime.now().astimezone().isoformat())
36+
executed_at=str(datetime.now().astimezone().isoformat()),
37+
runtime_system_name="WfCommons",
3738
)
3839

3940
@pytest.mark.unit
@@ -62,7 +63,7 @@ def test_workflow_creation(self, workflow: Workflow) -> None:
6263
},
6364
"runtimeSystem": {
6465
"name": "WfCommons",
65-
"version": f"{__version__}",
66+
"version": f"unknown",
6667
"url": f"https://docs.wfcommons.org/en/v{__version__}/"
6768
}
6869
}

0 commit comments

Comments
 (0)