From 60058b21868742e4107314c1290bc0bde89ec327 Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Mon, 23 Mar 2020 21:49:30 +0200 Subject: [PATCH] changes test name --- r1cs-std/src/cmp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r1cs-std/src/cmp.rs b/r1cs-std/src/cmp.rs index b8fc326..bc729ec 100644 --- a/r1cs-std/src/cmp.rs +++ b/r1cs-std/src/cmp.rs @@ -197,7 +197,7 @@ mod test { use r1cs_core::ConstraintSystem; #[test] - fn test_smaller_than() { + fn test_cmp() { let mut rng = &mut XorShiftRng::from_seed([ 0x5d, 0xbe, 0x62, 0x59, 0x8d, 0x31, 0x3d, 0x76, 0x32, 0x37, 0xdb, 0x17, 0xe5, 0xbc, 0x06, 0x54,