mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
changes test name
This commit is contained in:
committed by
Pratyush Mishra
parent
bd86eb4563
commit
60058b2186
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user