Skip to content

Commit e453562

Browse files
Update wasm/tests/offchain.rs
Co-authored-by: Mike Turner <[email protected]> Signed-off-by: Roy Rotstein <[email protected]>
1 parent 68cefe7 commit e453562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/tests/offchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ async fn test_fee_calculation_v2() {
404404

405405
let transaction = ProgramManager::execute(
406406
&private_key,
407-
CREDITS_ALEO_PROGRAM,
407+
Program::credits().to_string(),
408408
"transfer_public_to_private",
409409
inputs,
410410
0.0,

0 commit comments

Comments
 (0)