From 44cfd67d00b034c656c083f97dc24fd31a302863 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:54:06 +0200 Subject: [PATCH] fix: test --- tests/test_mapdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mapdl.py b/tests/test_mapdl.py index aa980b08cb..bebf02622e 100644 --- a/tests/test_mapdl.py +++ b/tests/test_mapdl.py @@ -1131,7 +1131,7 @@ def test_cdread_in_apdl_directory(mapdl, cleared): @pytest.mark.parametrize( - "each_cmd", ["*END", "*vwrite", "/eof", "cmatrix", "*REpeAT", "lSread", "mwrite"] + "each_cmd", ["*END", "*vwrite", "/eof", "cmatrix", "*REpeAT", "lSread", "*mwrite"] ) def test_inval_commands(mapdl, cleared, each_cmd): """Test the output of invalid commands"""