Skip to content

Commit 457b408

Browse files
committed
Change string to RobotType enum
1 parent bcdf088 commit 457b408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dynamic_window_approach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test1(self):
1919

2020
def test2(self):
2121
m.show_animation = False
22-
m.main(gx=1.0, gy=1.0, robot_type='rectangle')
22+
m.main(gx=1.0, gy=1.0, robot_type=m.RobotType.rectangle)
2323

2424

2525
if __name__ == '__main__': # pragma: no cover

0 commit comments

Comments
 (0)