Skip to content

Commit 76027ab

Browse files
committed
Update test_spaces.py
1 parent 98a753c commit 76027ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

niworkflows/utils/tests/test_spaces.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ def parser():
8282
),
8383
),
8484
(("MNI152NLin6Asym", "func"), ("MNI152NLin6Asym:res-native", "func")),
85+
(
86+
("dhcpAsym:cohort-42:den-32k::dhcpVol:cohort-44:res-2",),
87+
("dhcpAsym:cohort-42:den-32k:volspace-dhcpVol:volcohort-44:res-2",),
88+
),
8589
],
8690
)
8791
def test_space_action(parser, spaces, expected):

0 commit comments

Comments
 (0)