Skip to content

Commit ca14a77

Browse files
committed
fix case bug in test
1 parent fa80716 commit ca14a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_extractRoiFromAtlas.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function test_extractRoiFromAtlas_visfAtlas()
4545

4646
roiImage = extractRoiFromAtlas(pwd, 'visfatlas', 'pFus', 'L');
4747

48-
assertEqual(exist(fullfile(pwd, 'hemi-L_space-MNI_atlas-visfAtlas_label-pFus_mask.nii'), ...
48+
assertEqual(exist(fullfile(pwd, 'hemi-L_space-MNI_atlas-visfatlas_label-pFus_mask.nii'), ...
4949
'file'), ...
5050
2);
5151

0 commit comments

Comments
 (0)