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

Commit

Permalink
test: missing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Nov 4, 2024
1 parent 3d40763 commit 87d44ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class TestBlockInformation:
)
@SyscallHandler.patch("Kakarot_coinbase", COINBASE)
@SyscallHandler.patch("Kakarot_block_gas_limit", BLOCK_GAS_LIMIT)
@SyscallHandler.patch("Kakarot_chain_id", CHAIN_ID)
@patch.object(SyscallHandler, "block_timestamp", 0x1234)
def test__exec_block_information(self, cairo_run, opcode, expected_result):
output = cairo_run("test__exec_block_information", opcode=opcode)
Expand Down

0 comments on commit 87d44ca

Please sign in to comment.