Skip to content

Commit

Permalink
ci(pepolar): fix workflow name [wipe boiler_*]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Nov 21, 2019
1 parent 366e4ce commit 636174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/workflows/tests/test_pepolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_pepolar_wf1(bids_layouts, output_path, dataset, workdir):
from ..pepolar import Workflow
from ...interfaces.reportlets import FieldmapReportlet

boiler = Workflow(name='boiler_%s' % dataset)
boiler = Workflow(name='pepolar_%s' % dataset)

split_field = pe.Node(niu.Function(function=_split_field), name='split_field')

Expand Down

0 comments on commit 636174a

Please sign in to comment.