Skip to content

Commit

Permalink
Adjust test data
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed May 10, 2022
1 parent 9baedb4 commit a4d7004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/geometry/surfaces/swept.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod tests {
origin: Point::from([1., 0., 0.]),
direction: Vector::from([0., 2., 0.]),
}),
path: Vector::from([0., 0., 2.]),
path: Vector::from([0., 0., 3.]),
};

verify(&swept, Point::from([-1., -1.]));
Expand Down

0 comments on commit a4d7004

Please sign in to comment.