Skip to content

Commit 179b964

Browse files
Update tests/test_assembly.py
Co-authored-by: Marcus Boyd <[email protected]>
1 parent 82136e4 commit 179b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ def test_empty_solve(nested_assy):
223223
def test_expression_grammar(nested_assy):
224224

225225
nested_assy.constrain(
226-
"TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane"
226+
"TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Point"
227227
)

0 commit comments

Comments
 (0)