Skip to content

Commit ee7e71e

Browse files
committed
Update test_images.py
1 parent 560aeb6 commit ee7e71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cartopy/tests/mpl/test_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_stock_img():
182182
@pytest.mark.xfail((5, 0, 0) <= ccrs.PROJ4_VERSION < (5, 1, 0),
183183
reason='Proj Orthographic projection is buggy.',
184184
strict=True)
185-
@ImageTesting(['imshow_natural_earth_ortho'], tolerance=0.7)
185+
@ImageTesting(['imshow_etopo1_ortho'], tolerance=0.7)
186186
def test_stock_img_etopo1():
187187
ax = plt.axes(projection=ccrs.Orthographic())
188188
ax.stock_img(name='etopo1')

0 commit comments

Comments
 (0)