Skip to content

Commit fb5a5e7

Browse files
committed
fixed typo
1 parent b9cfb49 commit fb5a5e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wasm/tests/offchain.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,13 +398,12 @@ async fn test_fee_calculation_v2() {
398398
let inputs = Array::new();
399399
inputs.set(0u32, JsValue::from_str(input_1));
400400
inputs.set(1u32, JsValue::from_str(input_2));
401-
let program = Progra::get_credits_program().to_string();
402401

403402
let offline_query = OfflineQuery::from_string(OFFLINE_QUERY_V2).unwrap();
404403

405404
let transaction = ProgramManager::execute(
406405
&private_key,
407-
Program::get_credits_program().to_string(),
406+
&Program::get_credits_program().to_string(),
408407
"transfer_public_to_private",
409408
inputs,
410409
0.0,

0 commit comments

Comments
 (0)