Browse Source

changes test name

master
Kobi Gurkan 4 years ago
committed by Pratyush Mishra
parent
commit
60058b2186
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      r1cs-std/src/cmp.rs

+ 1
- 1
r1cs-std/src/cmp.rs

@ -197,7 +197,7 @@ mod test {
use r1cs_core::ConstraintSystem; use r1cs_core::ConstraintSystem;
#[test] #[test]
fn test_smaller_than() {
fn test_cmp() {
let mut rng = &mut XorShiftRng::from_seed([ let mut rng = &mut XorShiftRng::from_seed([
0x5d, 0xbe, 0x62, 0x59, 0x8d, 0x31, 0x3d, 0x76, 0x32, 0x37, 0xdb, 0x17, 0xe5, 0xbc, 0x5d, 0xbe, 0x62, 0x59, 0x8d, 0x31, 0x3d, 0x76, 0x32, 0x37, 0xdb, 0x17, 0xe5, 0xbc,
0x06, 0x54, 0x06, 0x54,

Loading…
Cancel
Save