Skip to content

Commit

Permalink
fixing trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Feb 1, 2022
1 parent 0d5aaed commit 6b0ae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ def test_print_com(mapdl, capfd):
mapdl.mute = False
mapdl.com(string_, mute=True)
out, err = capfd.readouterr()
assert string_ not in out
assert string_ not in out

mapdl.print_com = True
mapdl.mute = True
Expand Down

0 comments on commit 6b0ae1f

Please sign in to comment.