Skip to content

Commit 4d6a65b

Browse files
authored
Merge pull request #591 from djarecka/typo
fixing typo
2 parents 9cdd84b + 08ea1aa commit 4d6a65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/tests/test_workflow.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ def test_wf_ndstLR_1(plugin, tmpdir):
15961596
def 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):
16751675
def 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"))

0 commit comments

Comments
 (0)