Skip to content

Commit

Permalink
fix wom gear holder test
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 6, 2025
1 parent 21b1a65 commit a4ff06e
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=[Implementation.SOLID2]]):
def test_worm_gear_holder(self,apis=[Implementation.SOLID2]):
""" Test worm gear """
test_loop(module=__name__,apis=apis)

Expand Down

0 comments on commit a4ff06e

Please sign in to comment.