From 725d7642188a76a4f1c959e92251f5162d7cca70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Mar 2019 19:59:10 +0100 Subject: [PATCH] fail test --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index bad9f33..a1fd66d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,7 +121,7 @@ mod tests { #[test] fn test_persistance() { - assert_eq!(BigUint::from(0u8).per_mul(), 0); + assert_eq!(BigUint::from(0u8).per_mul(), 1); assert_eq!(BigUint::from(10u8).per_mul(), 1); assert_eq!(BigUint::from(25u8).per_mul(), 2); assert_eq!(BigUint::from(39u8).per_mul(), 3);