diff --git a/tests/plotting/test_examples.py b/tests/plotting/test_examples.py index e3f35787..db20e0db 100644 --- a/tests/plotting/test_examples.py +++ b/tests/plotting/test_examples.py @@ -5,4 +5,4 @@ def test_earthquakes(verify_image_cache): """Test earthquakes example.""" - earthquakes.main(off_screen=True) + earthquakes.main(off_screen=True, verify_image_cache=verify_image_cache)