Skip to content

Commit 1ce9107

Browse files
committed
fix: remove wrong entity setting
1 parent 27bd5c8 commit 1ce9107

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
@@ -160,7 +160,7 @@ def test_pepolar_wf1(bids_layouts, output_path, dataset, workdir):
160160
rep = pe.Node(FieldmapReportlet(), 'simple_report')
161161
dsink = pe.Node(DerivativesDataSink(
162162
base_directory=str(output_path), keep_dtype=True,
163-
desc='pepolar', acquisition=None), name='dsink')
163+
desc='pepolar'), name='dsink')
164164
dsink.interface.out_path_base = 'sdcflows'
165165
dsink.inputs.source_file = epidata[0].path
166166

0 commit comments

Comments
 (0)