From 600d9074b363fb811defcf47f51bc56da0148563 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:25:58 +0100 Subject: [PATCH] fix: show issue --- tests/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index fb10f7df4e..ffc4047e98 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -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")