Skip to content

Commit

Permalink
Merge pull request #5 from tomaka/test-not-test
Browse files Browse the repository at this point in the history
Fix a test not marked as #[test]
  • Loading branch information
NikVolf authored Mar 14, 2018
2 parents c9831a8 + ef13f08 commit f3936c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit f3936c0

Please sign in to comment.