File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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):
15961596def test_wf_ndstLR_1a (plugin , tmpdir ):
15971597 """Test workflow with 2 tasks, splitters on tasks levels
15981598 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)
16001600 """
16011601 wf = Workflow (name = "wf_ndst_3" , input_spec = ["x" , "y" ])
16021602 wf .add (add2 (name = "add2" , x = wf .lzin .x ).split ("x" ))
@@ -1675,7 +1675,7 @@ def test_wf_ndstLR_2(plugin, tmpdir):
16751675def test_wf_ndstLR_2a (plugin , tmpdir ):
16761676 """Test workflow with 2 tasks, splitters on tasks levels
16771677 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)
16791679 """
16801680 wf = Workflow (name = "wf_ndst_3" , input_spec = ["x" , "y" , "z" ])
16811681 wf .add (add2 (name = "add2" , x = wf .lzin .x ).split ("x" ))
You can’t perform that action at this time.
0 commit comments