Skip to content

Commit 2ff50ed

Browse files
committed
fix test file path
1 parent 892c03d commit 2ff50ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/tests/test_nipype2boutiques.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_generate():
2525
author=("Oxford Centre for Functional"
2626
" MRI of the Brain (FMRIB)"))
2727

28-
with open('nipype/utils/nipype2boutiques_example.json', 'r',
28+
with open('utils/nipype2boutiques_example.json', 'r',
2929
encoding='utf-8') as desc_file:
3030
assert ordered(json.loads(desc)) == ordered(json.load(desc_file))
3131

0 commit comments

Comments
 (0)