Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jan 17, 2024
1 parent 692ef31 commit eea48fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/crates/edwards-wit/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ mod edwards_example_wit_tests {
// use bindings to sign a message
let message = b"hello world";
let signature = bindings
.component_edwards_operations()
.seed_keeper_edwards_wit_operations()
.call_sign(&mut store, message)??;

// use bindings to verify the signature
let is_valid = bindings
.component_edwards_operations()
.seed_keeper_edwards_wit_operations()
.call_verify(&mut store, message, &signature)??;

assert!(is_valid);
Expand Down

0 comments on commit eea48fd

Please sign in to comment.