Update tests/test_assembly.py

Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
This commit is contained in:
Adam Urbańczyk
2021-03-29 08:08:28 +02:00
committed by GitHub
parent 82136e4ee7
commit 179b964514

View File

@ -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"
)