Skip to content

Commit

Permalink
FIX: Update testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 7, 2023
1 parent 0275ea8 commit 7cd60f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graph/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_parse_ax_fig():

def test_parse_cmap():
assert common.parse_cmap("jet", "foo") == "jet"
assert common.parse_cmap(None, "reflectivity") == "pyart_HomeyerRainbow"
assert common.parse_cmap(None, "reflectivity") == "HomeyerRainbow"


def test_parse_vmin_vmax():
Expand Down

0 comments on commit 7cd60f2

Please sign in to comment.