File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1596,7 +1596,7 @@ def test_wf_ndstLR_1(plugin, tmpdir):
1596
1596
def test_wf_ndstLR_1a (plugin , tmpdir ):
1597
1597
"""Test workflow with 2 tasks, splitters on tasks levels
1598
1598
The second task has splitter that has Left part (from previous state)
1599
- and the Right part (it's onw splitter)
1599
+ and the Right part (it's own splitter)
1600
1600
"""
1601
1601
wf = Workflow (name = "wf_ndst_3" , input_spec = ["x" , "y" ])
1602
1602
wf .add (add2 (name = "add2" , x = wf .lzin .x ).split ("x" ))
@@ -1675,7 +1675,7 @@ def test_wf_ndstLR_2(plugin, tmpdir):
1675
1675
def test_wf_ndstLR_2a (plugin , tmpdir ):
1676
1676
"""Test workflow with 2 tasks, splitters on tasks levels
1677
1677
The second task has splitter that has Left part (from previous state)
1678
- and the Right part (it's onw outer splitter)
1678
+ and the Right part (it's own outer splitter)
1679
1679
"""
1680
1680
wf = Workflow (name = "wf_ndst_3" , input_spec = ["x" , "y" , "z" ])
1681
1681
wf .add (add2 (name = "add2" , x = wf .lzin .x ).split ("x" ))
You can’t perform that action at this time.
0 commit comments