mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-07-22 09:45:43 +00:00
Fix a test not marked as #[test]
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user