diff --git a/crates/starknet-types-core/src/curve/projective_point.rs b/crates/starknet-types-core/src/curve/projective_point.rs index 30e8010..2cf0d73 100644 --- a/crates/starknet-types-core/src/curve/projective_point.rs +++ b/crates/starknet-types-core/src/curve/projective_point.rs @@ -237,10 +237,10 @@ mod test { TryInto::::try_into(affine_point), Err(CurveError::EllipticCurveError(_)) )); - } - - #[test] - fn from_affine_unchecked() { + } + + #[test] + fn from_affine_unchecked() { let a = AffinePoint::new( Felt::from_dec_str( "3324833730090626974525872402899302150520188025637965566623476530814354734325",