Skip to content

Commit

Permalink
only test worm_gear_holder with solid2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 6, 2025
1 parent 2d77761 commit 21b1a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pylele/parts/worm_gear_holder.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main(args=None):
class_name='WormGearHolder',
args=args)

def test_worm_gear_holder(self,apis=None):
def test_worm_gear_holder(self,apis=[Implementation.SOLID2]]):
""" Test worm gear """
test_loop(module=__name__,apis=apis)

Expand Down

0 comments on commit 21b1a65

Please sign in to comment.