From fb6ee2cdcaa38b57f4294ed57204e3952d741431 Mon Sep 17 00:00:00 2001 From: German Date: Mon, 31 Jan 2022 23:23:13 +0100 Subject: [PATCH] Fixing format --- tests/test_mapdl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_mapdl.py b/tests/test_mapdl.py index b50b6e68a3..0a16af461d 100644 --- a/tests/test_mapdl.py +++ b/tests/test_mapdl.py @@ -1051,7 +1051,7 @@ def test_rescontrol(mapdl): # Making sure we have the maximum number of arguments. mapdl.rescontrol("DEFINE", "", "", "", "", "XNNN") # This is default - + def test_print_com(mapdl, capfd): mapdl.print_com = True string_ = "Testing print" @@ -1071,4 +1071,3 @@ def test_print_com(mapdl, capfd): for each in ['asdf', (1, 2), 2, []]: with pytest.raises(ValueError): mapdl.print_com = each -