Skip to content

Commit

Permalink
cover missed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Nov 19, 2023
1 parent 22574fb commit 63e9c6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/services/simulator/trajectory_generator_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ void main() {
goalEndState: GoalEndState(),
constraintZones: [],
rotationTargets: [
RotationTarget(waypointRelativePos: 0.5, rotationDegrees: 45),
RotationTarget(
waypointRelativePos: 0.5,
rotationDegrees: 45,
rotateFast: true,
),
],
eventMarkers: [],
pathDir: '',
Expand Down

0 comments on commit 63e9c6c

Please sign in to comment.