Fix a test not marked as #[test]

This commit is contained in:
Pierre Krieger
2018-03-14 12:14:52 +01:00
parent c9831a8d10
commit ef13f08dc7
+1
View File
@@ -949,6 +949,7 @@ fn affine_ok() {
assert!(res.is_err(), "Affine initialization should be ok because the point is on the curve");
}
#[test]
fn test_y_at_point_at_infinity() {
assert!(G1::zero().y == Fq::one());
assert!((-G1::zero()).y == Fq::one());