Skip to content

Commit 15569a9

Browse files
committed
Fix test.
1 parent 76027ab commit 15569a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/utils/tests/test_spaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def parser():
8484
(("MNI152NLin6Asym", "func"), ("MNI152NLin6Asym:res-native", "func")),
8585
(
8686
("dhcpAsym:cohort-42:den-32k::dhcpVol:cohort-44:res-2",),
87-
("dhcpAsym:cohort-42:den-32k:volspace-dhcpVol:volcohort-44:res-2",),
87+
("dhcpAsym:cohort-42:den-32k:res-2:volcohort-44:volspace-dhcpVol",),
8888
),
8989
],
9090
)

0 commit comments

Comments
 (0)