Skip to content

Commit 5cc4d51

Browse files
Update tests/test_safe_interval_path_planner.py
Co-authored-by: Copilot <[email protected]>
1 parent 4a75d9f commit 5cc4d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_safe_interval_path_planner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_1():
2222

2323
path = planner.plan(False)
2424

25-
# path should have 28 entries
25+
# path should have 31 entries
2626
assert len(path.path) == 31
2727

2828
# path should end at the goal

0 commit comments

Comments
 (0)