Skip to content

Commit

Permalink
fix repeated function
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 1, 2023
1 parent 244b13c commit ec3ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ def test_vplot_color(mapdl, make_block):
mapdl.vplot(color="gray")


def test_vplot_color(mapdl, make_block):
def test_vplot_cpos(mapdl, make_block):
mapdl.vplot(cpos="xy")


Expand Down

0 comments on commit ec3ea7f

Please sign in to comment.