Skip to content

Commit 3352ae6

Browse files
committed
Rename test
1 parent d650d7a commit 3352ae6

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
@@ -591,7 +591,7 @@ def test_bids_fields(tmpdir):
591591
reason="Pybids no longer supports Python 2")
592592
@pytest.mark.skipif(not dist_is_editable('pybids'),
593593
reason="Pybids is not installed in editable mode")
594-
def test_infields_outfields(tmpdir):
594+
def test_bids_infields_outfields(tmpdir):
595595
tmpdir.chdir()
596596
infields = ['infield1', 'infield2']
597597
outfields = ['outfield1', 'outfield2']

0 commit comments

Comments
 (0)