From 179b96451472a43e32fdb203eb61beeab7347b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Urba=C5=84czyk?= Date: Mon, 29 Mar 2021 08:08:28 +0200 Subject: [PATCH] Update tests/test_assembly.py Co-authored-by: Marcus Boyd --- tests/test_assembly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )