Skip to content

Commit ee81d49

Browse files
committed
add clean up after test
1 parent 1e956bb commit ee81d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_removeDateSuffix.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,9 @@ function test_removeDateSuffixBasic()
6363
assertEqual(exist(fullfile(outputDir, expectedBoldName2), 'file'), 2);
6464
assertEqual(exist(fullfile(outputDir, expectedBoldName), 'file'), 2);
6565

66+
% clean up
67+
delete('*.nii*')
68+
delete('*.tsv*')
69+
delete('*.json')
70+
6671
end

0 commit comments

Comments
 (0)