Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Feb 21, 2025
1 parent 9a38649 commit 4b12bed
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 @@ -2661,7 +2661,7 @@ def test_directory_setter(mapdl, cleared):
mapdl._path = ""
with pytest.raises(
MapdlRuntimeError,
match="MAPDL could provide a path using /INQUIRE or the cached path",
match="MAPDL could NOT provide a path using /INQUIRE or the cached path",
):
mapdl.directory

Expand Down

0 comments on commit 4b12bed

Please sign in to comment.