Skip to content

Commit 3751287

Browse files
committed
update test code
1 parent 060ca29 commit 3751287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_n_joint_arm_to_point_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from unittest import TestCase
22

3-
from ArmNavigation.n_joint_arm_to_point_control import n_joint_arm_to_point_control as m
43
import sys
54
sys.path.append("./ArmNavigation/n_joint_arm_to_point_control/")
65

6+
from ArmNavigation.n_joint_arm_to_point_control import n_joint_arm_to_point_control as m
77
print(__file__)
88

99

0 commit comments

Comments
 (0)