Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4020489 commit 8995045Copy full SHA for 8995045
lib/matplotlib/tests/test_ft2font.py
@@ -87,7 +87,7 @@ def test_fallback_cascade_missing(recwarn):
87
fig.canvas.draw()
88
assert all(isinstance(warn.message, UserWarning) for warn in recwarn)
89
e = "Glyph 128579 (\\N{{UPSIDE-DOWN FACE}}) missing from current font {}."
90
- assert ([(warn.message.args) for warn in recwarn] ==
+ assert ([(warn.message.args) for warn in recwarn] ==
91
[(e.format(font),) for font in font_list])
92
93
0 commit comments