File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change
1
+ Internalize document after insert: update test
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ def test_design_insert(modeler: Modeler):
324
324
assert len (design .components ) == 2
325
325
assert design .is_active is True
326
326
assert design .components [0 ].name == "Component_Cylinder"
327
- assert design .components [1 ].name == "DuplicatesDesign "
327
+ assert design .components [1 ].name == "DuplicateFacesDesignBefore "
328
328
329
329
330
330
def test_design_insert_with_import (modeler : Modeler ):
Original file line number Diff line number Diff line change @@ -610,7 +610,3 @@ def test_get_common_env(
610
610
# Assert environment variables are correctly set
611
611
for key , value in expected_env .items ():
612
612
assert env [key ] == value
613
-
614
- # Assert keys that should not exist in the environment
615
- if not enable_trace :
616
- assert "ENABLE_TRACE" not in env
You can’t perform that action at this time.
0 commit comments