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

Skip to content

Commit bdd3e95

Browse files
committed
missed some tests
1 parent 975af66 commit bdd3e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ft2font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_font_fallback_chinese(fig_test, fig_ref, family_name, file_name):
8181

8282

8383
def test_fallback_cascade_missing(recwarn):
84-
font_list = ['Arial', 'DejaVu Sans']
84+
font_list = ['DejaVu Serif', 'DejaVu Sans']
8585
fig = plt.figure()
8686
fig.text(.5, .5, "Hello 🙃 World!", family=font_list)
8787
fig.canvas.draw()

0 commit comments

Comments
 (0)