Skip to content

Commit d9b0b32

Browse files
Update new test to use mpl20 figure style
1 parent ff34b4b commit d9b0b32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/tests/test_arrow_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_boxarrow():
4949
bbox=dict(boxstyle=stylename, fc="w", ec="k"))
5050

5151

52-
@image_comparison(['boxarrow_adjustment_test_image.png'])
52+
@image_comparison(['boxarrow_adjustment_test_image.png'], style='mpl20')
5353
def test_boxarrow_adjustment():
5454

5555
styles = mpatches.BoxStyle.get_styles()

0 commit comments

Comments
 (0)