Skip to content

Commit fa2d0f0

Browse files
jkseppanQuLogic
andauthored
Simplify test definition
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 8085ea2 commit fa2d0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ttconv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_truetype_conversion(recwarn):
1717
ax.set_yticks([])
1818

1919

20-
@image_comparison(["ttconv_transforms"], extensions=["pdf"])
20+
@image_comparison(["ttconv_transforms.pdf"])
2121
def test_ttconv_transforms():
2222
matplotlib.rcParams['pdf.fonttype'] = 3
2323
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)