arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
769 stars 203 forks source link

constraint tests correctly check is_satisfied #370

Closed montekki closed 1 year ago

montekki commented 1 year ago

Description

The is_satisfied() method returns Result<bool> and so testing the result with .is_ok() would pass for both Ok(true) and Ok(false). unwrap()ping and asserting that true is returned fixes this.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.