Skip to content

Commit 2383177

Browse files
committed
fix test name
1 parent 6a9bc46 commit 2383177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
@pytest.mark.parametrize('disp_var', [':0', 'localhost:0', 'localhost:0.1'])
31-
def test_display_config_and_system(monkeypatch, disp_var):
31+
def test_display_parse(monkeypatch, disp_var):
3232
"""Check that when $DISPLAY is defined, the display is correctly parsed"""
3333
config._display = None
3434
dispstr = ':0'

0 commit comments

Comments
 (0)