Test Function: test_blobbasefee_out_of_gas()

Tests that the BLOBBASEFEE opcode fails with insufficient gas.

Parametrized Test Cases

Test ID call_gas call_fails
enough_gas 2 False
out_of_gas 1 True
enough_gas 2 False
out_of_gas 1 True