diff --git a/doc/changelog.d/3362.miscellaneous.md b/doc/changelog.d/3362.miscellaneous.md new file mode 100644 index 0000000000..8affdc40b3 --- /dev/null +++ b/doc/changelog.d/3362.miscellaneous.md @@ -0,0 +1 @@ +Update conftest.py to switch mapdl.tbdat to mapdl.tbdata \ No newline at end of file diff --git a/tests/conftest.py b/tests/conftest.py index 24a2af22c0..47438a40c2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -702,7 +702,7 @@ def box_with_fields(cleared, mapdl): mapdl.mp("murx", 1, 1) if mapdl.version >= 25.1: mapdl.tb("pm", 1, "", "", "perm") - mapdl.tbdat("", 0) + mapdl.tbdata("", 0) mapdl.et(1, "SOLID70") mapdl.et(2, "CPT215")