Skip to content

Commit

Permalink
multisig: Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Nov 7, 2023
1 parent 8b87a26 commit 236d891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/multisig/tests/multisig_blackbox_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ impl MultisigTestState {
self.multisig_contract.propose_transfer_execute(
to,
egld_amount,
contract_call.endpoint_name,
contract_call.arg_buffer.into_multi_value_encoded(),
contract_call.function_call.function_name,
contract_call.function_call.arg_buffer.into_multi_value_encoded(),
),
))
}
Expand All @@ -177,8 +177,8 @@ impl MultisigTestState {
self.multisig_contract.propose_async_call(
to,
egld_amount,
contract_call.endpoint_name,
contract_call.arg_buffer.into_multi_value_encoded(),
contract_call.function_call.function_name,
contract_call.function_call.arg_buffer.into_multi_value_encoded(),
),
))
}
Expand Down

0 comments on commit 236d891

Please sign in to comment.