diff --git a/crates/bevy_core/src/bytes.rs b/crates/bevy_core/src/bytes.rs index efcbdf26fb40e..495cc64c41ca3 100644 --- a/crates/bevy_core/src/bytes.rs +++ b/crates/bevy_core/src/bytes.rs @@ -231,6 +231,6 @@ mod tests { #[test] fn test_mat4_round_trip() { - test_round_trip(Mat4::identity()); + test_round_trip(Mat4::IDENTITY); } }