diff --git a/tests/frontier/opcodes/test_all_opcodes.py b/tests/frontier/opcodes/test_all_opcodes.py index e2e91886969..329602eb6b8 100644 --- a/tests/frontier/opcodes/test_all_opcodes.py +++ b/tests/frontier/opcodes/test_all_opcodes.py @@ -99,8 +99,8 @@ def test_cover_revert(state_test: StateTestFiller, pre: Alloc): tx = Transaction( sender=pre.fund_eoa(), gas_limit=1_000_000, - data=Op.SSTORE(1, 1) + Op.REVERT, - to=b"", + data=Op.SSTORE(1, 1) + Op.REVERT(0, 0), + to=None, value=0, protected=False, )