Skip to content

Commit

Permalink
Improve test output
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 30, 2022
1 parent 9f61e80 commit bbe501f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ fn plane_from_surface(surface: &Surface) -> Plane {
#[cfg(test)]
mod tests {
use fj_math::Transform;
use pretty_assertions::assert_eq;

use crate::{
algorithms::transform::TransformObject,
Expand Down

0 comments on commit bbe501f

Please sign in to comment.