Skip to content

Commit

Permalink
✅ Name test shape
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Jun 4, 2024
1 parent 11af845 commit 2f3beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codes/test_freecadapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class TestCADFiletype:
@classmethod
def setup_class(cls):
doc = newDocument()
cls.shape = doc.addObject("Part::FeaturePython")
cls.shape = doc.addObject("Part::FeaturePython", "Circle")
cls.shape.Shape = cadapi.extrude_shape(cadapi.make_circle(), (0, 0, 1))
doc.recompute()

Expand Down

0 comments on commit 2f3beb9

Please sign in to comment.