Skip to content

Commit

Permalink
test_colormap_editor: fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 6, 2024
1 parent f594e7c commit 5fa36b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotpy/tests/features/test_colormap_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from plotpy.widgets.colormap.widget import EditableColormap


def test_colormap_manager() -> None:
def test_colormap_editor() -> None:
"""Test the colormap editor widget and the CustomQwtLinearColormap class
by using multiple methods to initialize and export the colormap.
"""
Expand Down Expand Up @@ -82,4 +82,4 @@ def test_colormap_manager() -> None:


if __name__ == "__main__":
test_colormap_manager()
test_colormap_editor()

0 comments on commit 5fa36b2

Please sign in to comment.