Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
test: patch get_evm_address
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Aug 26, 2024
1 parent b00a93a commit 56951a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/kakarot/test_kakarot.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def test_raise_max_priority_fee_too_high(

@SyscallHandler.patch("IERC20.balanceOf", lambda _, __: [0, 0])
@SyscallHandler.patch("Kakarot_block_gas_limit", TRANSACTION_GAS_LIMIT)
@SyscallHandler.patch("IAccount.get_evm_address", lambda _, __: [0xABDE1])
@pytest.mark.parametrize("tx", TRANSACTIONS)
def test_raise_not_enough_ETH_balance(self, cairo_run, tx):
tx_data = list(rlp_encode_signed_data(tx))
Expand Down

0 comments on commit 56951a3

Please sign in to comment.