Merge branch 'revert-725d7642' into 'master'
Revert "fail test" See merge request Dandellion/per!2
This commit is contained in:
commit
eb9ef52a7f
|
@ -121,7 +121,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_persistance() {
|
fn test_persistance() {
|
||||||
assert_eq!(BigUint::from(0u8).per_mul(), 1);
|
assert_eq!(BigUint::from(0u8).per_mul(), 0);
|
||||||
assert_eq!(BigUint::from(10u8).per_mul(), 1);
|
assert_eq!(BigUint::from(10u8).per_mul(), 1);
|
||||||
assert_eq!(BigUint::from(25u8).per_mul(), 2);
|
assert_eq!(BigUint::from(25u8).per_mul(), 2);
|
||||||
assert_eq!(BigUint::from(39u8).per_mul(), 3);
|
assert_eq!(BigUint::from(39u8).per_mul(), 3);
|
||||||
|
|
Loading…
Reference in New Issue