Skip to content

Commit

Permalink
fix network test
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneWallet committed Jan 21, 2025
1 parent f6cb0c3 commit 0ca100e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multiversx_sdk/core/transaction_events_parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_parse_multisig_start_perform_action():
arguments=[bytes.fromhex("07")],
),
"__discriminant__": 5,
"__name__": "SendTransferExecuteEgld"
"__name__": "SendTransferExecuteEgld",
}
),
signers=[
Expand Down Expand Up @@ -285,6 +285,7 @@ def test_multisig_start_perform_action():
}
),
"__discriminant__": 5,
"__name__": "SendTransferExecuteEgld",
},
),
signers=[
Expand Down

0 comments on commit 0ca100e

Please sign in to comment.