Skip to content

Commit 5fa36b2

Browse files
committed
test_colormap_editor: fix function name
1 parent f594e7c commit 5fa36b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotpy/tests/features/test_colormap_editor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from plotpy.widgets.colormap.widget import EditableColormap
2323

2424

25-
def test_colormap_manager() -> None:
25+
def test_colormap_editor() -> None:
2626
"""Test the colormap editor widget and the CustomQwtLinearColormap class
2727
by using multiple methods to initialize and export the colormap.
2828
"""
@@ -82,4 +82,4 @@ def test_colormap_manager() -> None:
8282

8383

8484
if __name__ == "__main__":
85-
test_colormap_manager()
85+
test_colormap_editor()

0 commit comments

Comments
 (0)