Skip to content

Commit

Permalink
TST: Fix test input
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 20, 2024
1 parent 530ce37 commit 4738420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smriprep/workflows/tests/test_surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_ribbon_workflow(tmp_path: Path):
[
('aparc+aseg.mgz', 'aparc_aseg', 'aparc+aseg.mgz'),
(['a2009s+aseg.mgz', 'aparc+aseg.mgz'], 'aparc_aseg', 'aparc+aseg.mgz'),
(['a2009s+aseg.mgz', 'aparc+aseg.mgz'], 'aparc_2009s', 'a2009s+aseg.mgz'),
(['a2009s+aseg.mgz', 'aparc+aseg.mgz'], 'aparc_a2009s', 'a2009s+aseg.mgz'),
('wmparc.mgz', 'wmparc.mgz', 'wmparc.mgz'),
],
)
Expand Down

0 comments on commit 4738420

Please sign in to comment.