Skip to content

Commit 12fc25f

Browse files
committed
fix UT.
1 parent 4b1e381 commit 12fc25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittest/test_02_3D_modeler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_04_convert_to_selection(self):
6969
@pyaedt_unittest_check_desktop_error
7070
def test_05_split(self):
7171
box1 = self.aedtapp.modeler.create_box([-10, -10, -10], [20, 20, 20], "box_to_split")
72-
assert self.aedtapp.modeler.split("box_to_split", 2)
72+
assert self.aedtapp.modeler.split(box1.name, 2)
7373

7474
@pyaedt_unittest_check_desktop_error
7575
def test_06_duplicate_and_mirror(self):

0 commit comments

Comments
 (0)