Skip to content

Commit 636174a

Browse files
authored
ci(pepolar): fix workflow name [wipe boiler_*]
1 parent 366e4ce commit 636174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/workflows/tests/test_pepolar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_pepolar_wf1(bids_layouts, output_path, dataset, workdir):
139139
from ..pepolar import Workflow
140140
from ...interfaces.reportlets import FieldmapReportlet
141141

142-
boiler = Workflow(name='boiler_%s' % dataset)
142+
boiler = Workflow(name='pepolar_%s' % dataset)
143143

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

0 commit comments

Comments
 (0)