Skip to content

Commit

Permalink
Fix after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jun 14, 2024
1 parent 1bc3d8f commit 049c99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiversx_sdk/abi/abi_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_decode_endpoint_output_parameters_artificial_contract():
assert decoded_values == [["UTK-2f80e9", 0, 1000000000000000000]]


def test_encode_endpoint_input_parameters_real_world_multisig_propose_batch():
def test_encode_endpoint_input_parameters_multisig_propose_batch():
abi = Abi.load(testdata / "multisig-full.abi.json")

alice = Address.from_bech32("erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th")
Expand Down Expand Up @@ -222,7 +222,7 @@ def __init__(self, to: Address, egld_amount: int, endpoint_name: str, arguments:
assert encoded_values == expected_encoded_values


def test_decode_endpoint_output_parameters_real_world_multisig_get_pending_action_full_info():
def test_decode_endpoint_output_parameters_multisig_get_pending_action_full_info():
abi = Abi.load(testdata / "multisig-full.abi.json")

data_hex = "".join([
Expand Down

0 comments on commit 049c99d

Please sign in to comment.