Skip to content

Commit 86ea550

Browse files
committed
Update test_design.py
remove unused option
1 parent 31ee1d3 commit 86ea550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_design.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ def test_bool_operations_with_keep_other(modeler: Modeler):
18721872
assert len(comp3.bodies) == 1
18731873

18741874
# ---- Verify unite operation ----
1875-
body1.unite([body2, body3], keep_other=True)
1875+
body1.unite([body2, body3])
18761876

18771877
assert body1.is_alive
18781878
assert not body2.is_alive

0 commit comments

Comments
 (0)