Skip to content

Commit

Permalink
ffi tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyshko-rostyslav committed Sep 4, 2023
1 parent f680521 commit e67a6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rln/tests/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ mod test {
for _ in 0..sample_size {
// We generate random witness instances and relative proof values
let rln_witness = random_rln_witness(tree_height);
let proof_values = proof_values_from_witness(&rln_witness);
let proof_values = proof_values_from_witness(&rln_witness).unwrap();

// We prepare id_commitment and we set the leaf at provided index
let rln_witness_ser = serialize_witness(&rln_witness).unwrap();
Expand Down

0 comments on commit e67a6a0

Please sign in to comment.