The EIP-7981 fixtures do not include a transaction with intrinsic_gas_cost ≤ tx.gas_limit < data_floor_gas_cost (e.g., a small access list combined with enough zero-byte calldata to push the floor above intrinsic), which should be rejected as INTRINSIC_GAS_TOO_LOW because validity requires gas_limit ≥ max(intrinsic, floor).
The EIP-7981 fixtures do not include a transaction with
intrinsic_gas_cost ≤ tx.gas_limit < data_floor_gas_cost(e.g., a small access list combined with enough zero-byte calldata to push the floor above intrinsic), which should be rejected asINTRINSIC_GAS_TOO_LOWbecause validity requiresgas_limit ≥ max(intrinsic, floor).