Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_connect_via_channel(mapdl):
def test_clear_nostart(mapdl):
resp = mapdl._send_command("FINISH")
resp = mapdl._send_command("/CLEAR, NOSTART")
assert "CLEAR ANSYS DATABASE AND RESTART" in resp
assert re.search("CLEAR (ANSYS|MAPDL) DATABASE AND RESTART", resp)


# NOTE: This command cannot be run repeately, otherwise we end up with
Expand Down