Skip to content

Commit

Permalink
fix: show issue
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 22, 2024
1 parent 4c013e1 commit 600d907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def test_command(self, mapdl, cmd):
assert cmd_ in post.upper()

# Restoring defaults
if cmd == "show":
if "show" in cmd:
mapdl.show("PNG")


Expand Down

0 comments on commit 600d907

Please sign in to comment.