Skip to content

Commit 37b7382

Browse files
pa-longalexpitsikoulis
authored andcommitted
Updated test
Signed-off-by: makerare <[email protected]>
1 parent f0fc939 commit 37b7382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/src/programs/execution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ mod tests {
137137
let verifying_key_bytes = crate::types::native::parameters::TransferPublicVerifier::load_bytes().unwrap();
138138
let verifying_key = VerifyingKey::from_bytes(&verifying_key_bytes).unwrap();
139139
assert!(
140-
verify_function_execution(&execution, &verifying_key, &Program::get_credits_program(), "transfer_public")
140+
verify_function_execution(&execution, &verifying_key, &Program::get_credits_program(), "transfer_public", None)
141141
.unwrap()
142142
);
143143
}

0 commit comments

Comments
 (0)