Skip to content

Commit 20543b6

Browse files
pa-longalexpitsikoulis
authored andcommitted
Update execution.rs
Signed-off-by: makerare <[email protected]>
1 parent 782c336 commit 20543b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wasm/src/programs/execution.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ mod tests {
138138
let verifying_key = VerifyingKey::from_bytes(&verifying_key_bytes).unwrap();
139139
assert!(
140140
verify_function_execution(
141-
&execution,
142-
&verifying_key,
143-
&Program::get_credits_program(),
144-
"transfer_public",
141+
&execution,
142+
&verifying_key,
143+
&Program::get_credits_program(),
144+
"transfer_public",
145145
None
146146
)
147147
.unwrap()

0 commit comments

Comments
 (0)