Skip to content

Commit d8f8063

Browse files
committed
Update test_base.py
1 parent ff3fd1f commit d8f8063

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/fmripost_aroma/tests/test_base.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55

66
def test_init_ica_aroma_wf():
7+
import os
8+
raise Exception(os.listdir("/home/runner/work/fmripost-aroma/fmripost-aroma"))
79
from fmripost_aroma.workflows.aroma import init_ica_aroma_wf
810

911
with mock_config():

0 commit comments

Comments
 (0)