mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-22 02:34:55 +00:00
Add missing test annotation
This commit is contained in:
parent
75c3cdc5af
commit
a73bcc908f
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ fn test_is_odd() {
|
|||
assert_eq!(1, (-FieldElement::one().double()).is_odd().unwrap_u8());
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_edwards_d() {
|
||||
let a = -FieldElement(U256::from_u32(121665));
|
||||
let b = FieldElement(U256::from_u32(121666));
|
||||
|
|
Loading…
Reference in a new issue