Skip to content

Commit 336b92d

Browse files
committed
trying discovery files to fix failures
1 parent 2903205 commit 336b92d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

tests/integration/test_spaceclaim_tutorial_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_robot_example(modeler: Modeler):
235235
def test_combine_example(modeler: Modeler):
236236
"""Test creating combine example from Sp1ceClaim trainings"""
237237

238-
scfile = Path(FILES_DIR, "Basic_Combine_2014.0.scdocx")
238+
scfile = Path(FILES_DIR, "Basic_Combine_2014.0.dsco")
239239
design = modeler.open_file(file_path=scfile)
240240

241241
part_one = design.components[0].bodies[0]
@@ -451,7 +451,7 @@ def test_pull_example(modeler: Modeler):
451451
def test_intersect_example(modeler: Modeler):
452452
"""Test intersect example from Sp1ceClaim trainings"""
453453

454-
scfile = Path(FILES_DIR, "Intersect.scdocx")
454+
scfile = Path(FILES_DIR, "Intersect.dsco")
455455
design = modeler.open_file(file_path=scfile)
456456
plane = Plane(
457457
origin=Point3D([0, 0, 0]), direction_x=Point3D([1, 0, 0]), direction_y=Point3D([0, 0, 1])

0 commit comments

Comments
 (0)