Skip to content

Commit d08c140

Browse files
committed
misc
1 parent 959857a commit d08c140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surfer/tests/test_viz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def has_freesurfer():
3030
return True
3131

3232
requires_fs = np.testing.dec.skipif(not has_freesurfer(),
33-
'Requires MNE command line tools')
33+
'Requires FreeSurfer command line tools')
3434

3535

3636
def test_brains():
@@ -190,7 +190,7 @@ def test_overlay():
190190
brain.overlays["conjunct"].pos_bar.visible = False
191191

192192

193-
def test_probabilistic():
193+
def test_probabilistic_labels():
194194
"""Test plotting of probabilistic labels
195195
"""
196196
mlab.options.backend = 'test'

0 commit comments

Comments
 (0)