Skip to content

Commit d7f58a5

Browse files
committed
More linting
1 parent dc296de commit d7f58a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdcflows/workflows/fit/tests/test_pepolar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def test_pepolar_wf(tmpdir, bids_layouts, workdir, outdir, ds, workflow):
7878
# fmt: off
7979
wf.connect([
8080
(pepolar_wf, fmap_reports_wf, [("outputnode.fmap", "inputnode.fieldmap"),
81-
("outputnode.fmap_ref", "inputnode.fmap_ref"),
82-
("outputnode.fmap_mask", "inputnode.fmap_mask")]),
81+
("outputnode.fmap_ref", "inputnode.fmap_ref"),
82+
("outputnode.fmap_mask", "inputnode.fmap_mask")]),
8383
(pepolar_wf, fmap_derivatives_wf, [
8484
("outputnode.fmap", "inputnode.fieldmap"),
8585
("outputnode.fmap_ref", "inputnode.fmap_ref"),

0 commit comments

Comments
 (0)