Skip to content

Commit 3f84156

Browse files
Add test
1 parent 1eaaee2 commit 3f84156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_wf_specinfo_input_spec():
5151
name="workflow",
5252
input_spec=input_spec,
5353
)
54-
for x in ["a", "b"]:
54+
for x in ["a", "b", "_graph_checksums"]:
5555
assert hasattr(wf.inputs, x)
5656
assert wf.inputs.a == ""
5757
assert wf.inputs.b == {"foo": 1, "bar": False}

0 commit comments

Comments
 (0)