Skip to content

Commit

Permalink
remove unused test elements
Browse files Browse the repository at this point in the history
  • Loading branch information
kgoebber committed Sep 7, 2023
1 parent 8527262 commit 006936b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plots/test_declarative.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def test_projection_object(ccrs, cfeature):


@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.009)
def test_colorfill(cfeature):
def test_colorfill():
"""Test that we can use ContourFillPlot."""
data = xr.open_dataset(get_test_data('narr_example.nc', as_file_obj=False))

Expand Down Expand Up @@ -669,7 +669,7 @@ def test_colorfill_with_normalize_instance_image_range(cfeature):


@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.02)
def test_colorfill_horiz_colorbar(cfeature):
def test_colorfill_horiz_colorbar():
"""Test that we can use ContourFillPlot with a horizontal colorbar."""
data = xr.open_dataset(get_test_data('narr_example.nc', as_file_obj=False))

Expand Down

0 comments on commit 006936b

Please sign in to comment.