Skip to content

Commit b16e6f8

Browse files
committed
Rename test
1 parent 4fcb60b commit b16e6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def test_bids_fields(tmpdir):
492492
reason="Pybids no longer supports Python 2")
493493
@pytest.mark.skipif(not dist_is_editable('pybids'),
494494
reason="Pybids is not installed in editable mode")
495-
def test_infields_outfields(tmpdir):
495+
def test_bids_infields_outfields(tmpdir):
496496
tmpdir.chdir()
497497
infields = ['infield1', 'infield2']
498498
outfields = ['outfield1', 'outfield2']

0 commit comments

Comments
 (0)