diff --git a/tests/pytests/test_steps.py b/tests/pytests/test_steps.py index 7084650..24a1cb9 100644 --- a/tests/pytests/test_steps.py +++ b/tests/pytests/test_steps.py @@ -76,7 +76,8 @@ def test_steps_with_minimesh(tmp_path): if __name__ == "__main__": tmp_path = "tmp" - # test_steps_with_minimesh() + utils.remove_path(tmp_path) + test_steps_with_minimesh() utils.remove_path(tmp_path) test_steps_connections_mats(tmp_path) - # utils.remove_path(tmp_path) + utils.remove_path(tmp_path)