Skip to content

Commit 532aba9

Browse files
TST: Use renderer in test_mixed_sources_plot_surface
1 parent a70e835 commit 532aba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/viz/tests/test_3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def test_brain_colorbar(orientation, diverging, lims):
715715
@requires_pysurfer
716716
@testing.requires_testing_data
717717
@traits_test
718-
def test_mixed_sources_plot_surface(garbage_collect):
718+
def test_mixed_sources_plot_surface(garbage_collect, renderer):
719719
"""Test plot_surface() for mixed source space."""
720720
src = read_source_spaces(fwd_fname2)
721721
N = np.sum([s['nuse'] for s in src]) # number of sources

0 commit comments

Comments
 (0)