Skip to content

Commit 70b893c

Browse files
test: set body name (#1727)
Co-authored-by: jkerstet <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 3a3b2a6 commit 70b893c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/changelog.d/1727.test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
set body name

tests/integration/test_design.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,9 +2064,6 @@ def test_get_collision(modeler: Modeler):
20642064

20652065
def test_set_body_name(modeler: Modeler):
20662066
"""Test the setting the name of a body."""
2067-
# Skip test on CoreService
2068-
skip_if_core_service(modeler, test_set_body_name.__name__, "set_name")
2069-
20702067
design = modeler.create_design("simple_cube")
20712068
unit = DEFAULT_UNITS.LENGTH
20722069
plane = Plane(

0 commit comments

Comments
 (0)