Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix
should_fail_mismatch
test to use correct pedersen return…
… type (#3927) # Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* This PR updates the `should_fail_mismatch` test to use the correct return type from the `pedersen_commitment` function. Previously the test was failing due to this type error and not from the fact that the assertion was failing. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: kevaundray <[email protected]>
- Loading branch information