diff --git a/tests/test_assembly.py b/tests/test_assembly.py index 611da03f..f88c23c8 100644 --- a/tests/test_assembly.py +++ b/tests/test_assembly.py @@ -223,5 +223,5 @@ def test_empty_solve(nested_assy): def test_expression_grammar(nested_assy): nested_assy.constrain( - "TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane" + "TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Point" )