Skip to content

Commit 3a4c41f

Browse files
author
Bo Peng
committed
Fix a test caused by the new grouping behavior #1115
1 parent 673c227 commit 3a4c41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_execute.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def testStoppedOutput(self):
943943
touch {_output}
944944
945945
[test_2]
946-
assert(len(_input) == 5)
946+
assert(len(step_input) == 5)
947947
''')
948948
wf = script.workflow()
949949
Base_Executor(wf).run()

0 commit comments

Comments
 (0)