Skip to content

Commit

Permalink
update test vector to use associated item for additional testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 6, 2024
1 parent db2fafc commit 1e1ef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/account/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl CustomAccountInterface for Contract {
fn __check_auth(
_env: Env,
_signature_payload: Hash<32>,
_signatures: (),
_signatures: Self::Signature,
_auth_contexts: Vec<Context>,
) -> Result<(), Error> {
Ok(())
Expand Down

0 comments on commit 1e1ef75

Please sign in to comment.