Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed May 5, 2024
1 parent 455380e commit dfb9409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod tests {
.normalize(),
..Default::default()
};
let converted_transform = iso_to_transform(&transform_to_iso(&transform, 1.0), 1.0);
let converted_transform = iso_to_transform(&transform_to_iso(&transform));
assert_eq!(converted_transform, transform);
}
}

0 comments on commit dfb9409

Please sign in to comment.