Skip to content

Commit

Permalink
Fixing format
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 31, 2022
1 parent e9fb729 commit fb6ee2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit fb6ee2c

Please sign in to comment.