Skip to content

Commit 4955a62

Browse files
committed
rename to test_not_enough_cmaps
1 parent 8187cbd commit 4955a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmasher/tests/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_combine_cmaps(self, cmaps, nodes):
110110
),
111111
],
112112
)
113-
def test_single_cmap(self, cmaps):
113+
def test_not_enough_cmaps(self, cmaps):
114114
with pytest.raises(
115115
ValueError, match="Expected at least two colormaps to combine."
116116
):

0 commit comments

Comments
 (0)