Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 29, 2024
1 parent 51767aa commit 44cfd67
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 @@ -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"""
Expand Down

0 comments on commit 44cfd67

Please sign in to comment.