Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 644957d

Browse files
committed
rename
1 parent ee790a3 commit 644957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def test_mathtext_fallback_to_cm_invalid():
307307
"fallback,fontlist",
308308
[("cm", ['DejaVu Sans', 'mpltest', 'STIXGeneral', 'cmr10', 'STIXGeneral']),
309309
("stix", ['DejaVu Sans', 'mpltest', 'STIXGeneral'])])
310-
def test_mathtext_fallback_cm(fallback, fontlist):
310+
def test_mathtext_fallback(fallback, fontlist):
311311
mpl.font_manager.fontManager.addfont(
312312
os.path.join((os.path.dirname(os.path.realpath(__file__))), 'mpltest.ttf'))
313313
mpl.rcParams["svg.fonttype"] = 'none'

0 commit comments

Comments
 (0)