FEM: Update test_ccxtools.py

This commit is contained in:
FEA-eng
2024-07-14 14:34:42 +02:00
committed by wwmayer
parent 2db2048538
commit 857efe68b4

View File

@@ -330,8 +330,8 @@ class TestCcxTools(unittest.TestCase):
self.input_file_writing_test(get_namefromdef("test_"))
# ********************************************************************************************
def test_thermomech_bimetall(self):
from femexamples.thermomech_bimetall import setup
def test_thermomech_bimetal(self):
from femexamples.thermomech_bimetal import setup
setup(self.document, "ccxtools")
self.input_file_writing_test(get_namefromdef("test_"))