Fix Typo in unit test

master
Roman Kretschmer 5 years ago committed by GitHub
parent 5992ec7008
commit 92d21aeb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ mod tests {
let radius = 0.5;
let end_point = Point::new(-7.0 * radius, 0.0);
let end_angle = Angle::zero();
RouteCCC::rlr(radius, end_point, end_angle).unwrap();
RouteCCC::lrl(radius, end_point, end_angle).unwrap();
}
#[test]

Loading…
Cancel
Save