Skip to content

Commit 7b46f95

Browse files
committed
fix test
1 parent 96fb317 commit 7b46f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_LQR_planner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
sys.path.append("./PathPlanning/LQRPlanner")
55

6-
from PathPlanning.LQRPlanner import LQRPlanner as m
6+
from PathPlanning.LQRPlanner import LQRplanner as m
77

88
print(__file__)
99

0 commit comments

Comments
 (0)