Skip to content

Commit 5af2dad

Browse files
committed
BF: fixed typo in test_viz.py
1 parent e66181f commit 5af2dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/tests/test_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_brains():
8888
backgrounds, foregrounds, figs, subj_dirs, alphas):
8989
brain = Brain(subject_id, hemi, surf, title=title, cortex=cort,
9090
alpha=alpha, size=s, background=bg, foreground=fg,
91-
figure=fig, subj_dir=sd)
91+
figure=fig, subjects_dir=sd)
9292
brain.close()
9393
assert_raises(ValueError, Brain, subject_id, 'lh', 'inflated',
9494
subjects_dir='')

0 commit comments

Comments
 (0)