From 771e472e533f4ab918abd9e54176fab300ad071d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Tue, 11 Jun 2024 23:09:46 +0200 Subject: [PATCH] run style checks --- tests/composite_model_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/composite_model_test.py b/tests/composite_model_test.py index 98e2f8d31..e2c8b1045 100644 --- a/tests/composite_model_test.py +++ b/tests/composite_model_test.py @@ -555,7 +555,7 @@ def test_composite_model_with_imported_solid_model_assembly(dpf_server): This general test ensures that the composite model can handle these. The model has one shell part, one standard solid model and - an imported solid model which are all + an imported solid model which are all. """ result_folder = pathlib.Path(__file__).parent / "data" / "assembly_imported_solid_model" composite_files = get_composite_files_from_workbench_result_folder(result_folder)