From 7cd60f24589dd322338f0d5b9400086cb0dd6d6d Mon Sep 17 00:00:00 2001 From: zssherman Date: Thu, 7 Sep 2023 16:36:01 -0500 Subject: [PATCH] FIX: Update testing. --- tests/graph/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graph/test_common.py b/tests/graph/test_common.py index 47ce7a7293..7951f57f25 100644 --- a/tests/graph/test_common.py +++ b/tests/graph/test_common.py @@ -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():