From 4b12bed9581bf21c9c7d5c454c478e1a243b9f46 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:45:40 +0100 Subject: [PATCH] fix: test --- tests/test_mapdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mapdl.py b/tests/test_mapdl.py index 438b8bb77a..f03afc2db4 100644 --- a/tests/test_mapdl.py +++ b/tests/test_mapdl.py @@ -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