Skip to content

Commit 8033ff7

Browse files
committed
updated comment
1 parent e6bdf4d commit 8033ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_submitter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_wf_with_state(plugin_dask_opt, tmpdir):
176176

177177

178178
def test_serial_wf():
179-
# using serial plugin
179+
# Use serial plugin to execute workflow instead of CF
180180
wf = gen_basic_wf()
181181
res = wf(plugin="serial")
182182
assert res.output.out == 9

0 commit comments

Comments
 (0)